RUAL Documentation

DELETE /_system/languages/{guid}

Delete a language by its GUID.

Delete a language by its GUID.
Key Type Example Description
guid required string
"example-string"
Language GUID to delete
Key Type Example Description
authorization required string
"Bearer access_token"
Access token
{ "guid": "example-string" }
{ "error": "ERROR" }
Status Error Code Description
401 ERROR Unauthorized
Permission Description
Bearer token Access token required via Authorization header, x-authtoken, x-token, query param, or cookie
language_remove Required scope: language_remove

Back to System - Languages Return to the System - Languages category to view other endpoints All API Categories Browse all available API categories