Domains
Delete Domain
Remove a sending domain from your account using the AutoSend API.
DELETE
Authorizations
Bearer authentication header of the form
Bearer <token>, where <token> is your API key.Path Parameters
The id of the domain to remove.
Response
Indicates whether the domain was removed successfully.
Confirmation message.Example:
"Domain deleted successfully"Error Responses
Returned when no domain with the given ID exists on the project.