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

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

HTTP Method: DELETE

Description:

This endpoint allows the deletion of all previously added recipients for a specific bulk email/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/EviNotice/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/EviNotice/Batches).

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

Related content

POST v2/EviNotice/Batches
POST v2/EviNotice/Batches
More like this
EviNotice Batch Sending
EviNotice Batch Sending
More like this
QUERY v2/EviNotice/Batches
QUERY v2/EviNotice/Batches
More like this
EviMail Batch Sending
EviMail Batch Sending
More like this
QUERY v2/EviMail/Batches
QUERY v2/EviMail/Batches
More like this
PUT v2/EviNotice/Batches/{batchid}/Body
PUT v2/EviNotice/Batches/{batchid}/Body
More like this