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