Delete a Language Variable

Overview

This endpoint allows you to delete a language variable across all languages in your system.

DELETE /api/langvars/{name}

Request Format

Send a DELETE request to the language variables endpoint with the variable name in the URL path:

DELETE /api/langvars/test_variable/
Note: The language variable will be deleted for all languages in your system.

Response Format

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.