HTTP Method: DELETE
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.
No input parameters required.
No output parameters.
The endpoint will only return an HTTP status code indicating the result of the operation.
Content-Type: application/json Authorization: Bearer YOUR_ACCESS_TOKEN DELETE /v2/EviNotice/Batches/{batchid}/Recipients/ |
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.
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.