You can perform a DELETE
operation on the language resource to remove it from the environment. The sample shows the DELETE /environments/{environmentId}/languages/{{languageID}}
operation to delete the language from the specified environment.
When successful, the DELETE
request returns a code 204 No Content
message.