Skip to main content
DELETE
/
emails
/
{id}
cURL
curl -X DELETE 'https://api.nuntly.com/emails/em_01ka8k8s80gvx9604cn9am5st4' \
  -H 'Authorization: Bearer apk_xxx'
{
  "data": {
    "id": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Use an API key from https://nuntly.com/dashboard/api-keys. Required on every endpoint.

Path Parameters

id
string
required

The id of the email

Response

Request accepted.

data
object
required