Delete a cXML Application
Use this endpoint for the cXML Applications method to remove a cXML Application from your Project. Use the unique ID that was returned from your previous request to identify the specific instance.
THE API FORMERLY KNOWN AS LĀML
The Compatibility API and cXML were previously known as "LāML".
laml
still appears in endpoint URLs, and the cXML namespace of the REST Client is still titled LaML
.
Don't worry, it's all cXML!
Parameters
Parameter |
---|
None |
Request
DELETE /laml_bins/{ID}
- cURL
curl https://{SPACE}.signalwire.com/api/laml/2010-04-01/Accounts/{AccountSid}/LamlBins/5184b831-184f-4209-872d-ccdccc80f2f1 \
-X DELETE \
-u 'YourProjectID:YourAuthToken'
Responses
204 NO CONTENT
A 204 No Content
response indicates the cXML Application was successfully deleted.