Senders
Delete Sender
Delete a sender identity by ID using the AutoSend API.
DELETE
Authorizations
Bearer authentication header of the form Bearer
<token>, where <token> is your auth token.Path Parameters
The unique identifier of the sender to delete (id).Example:
"60d5ec49f1b2c72d9c8b4567"Response
Sender deleted successfullyIndicates if the request was successfulExample:
trueConfirmation messageExample:
"Authenticated sender deleted successfully"Error Responses
Returned when the sender is used in templates and cannot be deleted.
Returned when no sender with the given ID exists on the project.