Skip to main content
DELETE
/
api-keys
/
{id}
cURL
curl -X DELETE 'https://api.nuntly.com/api-keys/apk_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 api key

Response

Successful response.

data
object
required