cURL
curl --request DELETE \ --url https://api.selfmailkit.com/v1/domains/{id} \ --header 'Authorization: Bearer <token>'
204
success
{}
Endpoint: v1/domains/{id}
v1/domains/{id}
Delete a specific domain. This action cannot be undone.
API key with format "Bearer {your-api-key}"
Unique identifier of the domain
Domain successfully deleted
The response is of type any.
any