This endpoint is used to delete an existing language
| URL | https://api.telecomx.dk/flexcare/dialog/language/LANGUAGE_ID | ||
|---|---|---|---|
| Method | DELETE | ||
| Access level | RESELLER_ADMIN, ADMIN | ||
| Params | LANGUAGE_ID | Unique id of the language | |
https://api.telecomx.dk/flexcare/dialog/language/1234567890qwertyuiopqwer
| JSON Object | ||
|---|---|---|
| success | boolean | Whether the language has been updated or not |
| Error code | Message | Description |
|---|---|---|
| 403 | access_denied | Insufficient access level |
| 404 | not_found | Language not found |
| 500 | internal_error | <Unspecified> |