Skip to main content
DELETE
/
v1
/
my
/
domains
/
{id}
Remove a sending domain
curl --request DELETE \
  --url https://api.nitrosend.com/v1/my/domains/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

API key (nskey_live_...) or JWT token. API key is checked first; if not found, falls back to Devise JWT authentication.

Path Parameters

id
integer
required

Response

204

Domain deleted