Delete sender

Description

Summary: Permanently deletes a sender identified by its unique ID. Details: This endpoint removes a sender resource from your account. Once deleted, the sender can no longer be used for message delivery and any references to it will become invalid. This action is irreversible — ensure the sender is no longer needed before proceeding.

Authentication & Scopes

Authentication is handled via an API key provided in the Authorization header. No OAuth scopes are defined; access is granted or denied based on the validity of the key.

MethodDetails
API KeyPass your API key directly in the Authorization header value (not as a Bearer token).

Headers

HeaderRequiredDescription
AuthorizationYesThe API key that verifies your access to the API.
acceptNoExpected response format. Default: */*.

Parameters

ParameterTypeLocationRequiredDescription
idintegerPathYesThe unique identifier of the sender to delete. In the URL pattern /senders/{id}, replace {id} with the sender ID.

Request Body

This endpoint does not use a request body.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*