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
}
}