curl --request DELETE \
--url https://api.orq.ai/v2/contacts/{id} \
--header 'Authorization: Bearer <token>'{
"error": "Contact not found"
}Permanently deletes a contact from your workspace and cleans up associated budget configurations. This action cannot be undone.
curl --request DELETE \
--url https://api.orq.ai/v2/contacts/{id} \
--header 'Authorization: Bearer <token>'{
"error": "Contact not found"
}Was this page helpful?