Skip to main content

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 BIN FORMERLY KNOWN AS LĀML

CXML Applications were previously known as "LāML Bins". 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 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.