This endpoint allows you to delete a language variable across all languages in your system.
Send a DELETE request to the language variables endpoint with the variable name in the URL path:
DELETE /api/langvars/test_variable/
Status Code | Description |
---|---|
204 No Content |
The language variable has been deleted successfully. |
400 Bad Request |
The language variable couldn't be deleted. |
404 Not Found |
The specified language variable doesn't exist. |