Skip to content

Delete a Group

DELETE
/groups/{id}

Delete the group together with all the associated phone numbers.

#!/usr/bin/env bash
curl -X DELETE https://api.lox24.eu/groups/12344 \
-H 'Content-Type: application/json' \
-H 'X-LOX24-AUTH-TOKEN: 1234567:e3f3a759b6677959b6ebfcxxxxxxxxxx'
id
required
integer

Group ID

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.