cURL
curl --request DELETE \ --url https://api.sendkit.dev/properties/{id} \ --header 'Authorization: Bearer <token>'
{ "message": "Invalid API key." }
Delete a contact property by ID. All associated property values on contacts will also be removed.
API key from your SendKit dashboard. Pass it as a Bearer token in the Authorization header.
The property ID.
Property deleted successfully