Skip to content

Delete a SMS

DELETE
/sms/{uuid}

Remove the SMS entity by the ID (uuid). Endpoint response doesn’t contains the body and has HTTP code 204 if SMS was removed or 404 if it doesn’t exists. Attention. The SMS is also deleted from the itemised bill. Later complaints are therefore excluded due to lack of traceability.

#!/usr/bin/env bash
curl -X DELETE https://api.lox24.eu/sms/20f39273-0566-11ea-a637-96000028b339 \
-H 'X-LOX24-AUTH-TOKEN: 1234567:e3f3a759b6677959b6ebfcxxxxxxxxxx'
uuid
required
string

SMS ID (uuid)

The entity has been deleted

Client ID or API key isn’t active or invalid!

Account isn’t activated. Please wait or contact to support!

Resource not found

IP address was temporary blocked, because during short time from it was sent many request with invalid credentials. Please wait and try later.