/
DELETE v2/EviSMS/Batches/{batchid}/Recipients/

DELETE v2/EviSMS/Batches/{batchid}/Recipients/

HTTP Method: DELETE

Description:

This endpoint allows the deletion of all previously added recipients for a specific bulk SMS batch. Once called, all recipients associated with the batchid will be removed.

Input Parameters

  • No input parameters required.

Output Parameters

  • No output parameters.

    • The endpoint will only return an HTTP status code indicating the result of the operation.

Request Example

Content-Type: application/json Authorization: Bearer YOUR_ACCESS_TOKEN DELETE /v2/EviSMS/Batches/{batchid}/Recipients/

Response Example

The endpoint will return an HTTP status code:

  • 200 OK if the recipients were successfully deleted.

  • 404 Not Found if the specified batchid does not exist or if there are no recipients to delete.

Notes

  • The batchid in the URL is the unique identifier of the batch created in the initial request (v2/EviSMS/Batches).

  • This action is irreversible; once all recipients are deleted, they cannot be recovered.