Skip to main content
DELETE

Authorizations

string | header
required
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

string
required
The unique identifier of the sender to delete (id).Example: "60d5ec49f1b2c72d9c8b4567"

Response

Sender deleted successfully
boolean
Indicates if the request was successfulExample: true
string
Confirmation messageExample: "Authenticated sender deleted successfully"

Error Responses

object
Returned when the sender is used in templates and cannot be deleted.
object
Returned when no sender with the given ID exists on the project.