Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The uuid of the contact to delete
Response
Successful Operation
curl --request DELETE \
--url https://api.sonderplan.com/v2/contact \
--header 'Authorization: Bearer <token>'{
"success": {
"id": 1
}
}WRITE access to the CONTACT module is required to access this endpointid cannot be assumed to be unique. Use uuid instead.curl --request DELETE \
--url https://api.sonderplan.com/v2/contact \
--header 'Authorization: Bearer <token>'{
"success": {
"id": 1
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The uuid of the contact to delete
Successful Operation
Show child attributes