PlunkPlunk
API ReferenceContacts

Delete contact

Permanently delete a contact

DELETE
/contacts/{id}

Authorization

ApiKeyAuth

AuthorizationBearer <token>

API Key authentication. Secret keys (sk_*) are required for all endpoints except /v1/track. Public keys (pk_*) only work with the /v1/track endpoint for client-side event tracking. The project is automatically derived from the key.

In: header

Path Parameters

id*string

Response Body

application/json

curl -X DELETE "https://next-api.useplunk.com/contacts/string"
{
  "success": true,
  "data": {
    "message": "string"
  }
}