Delete a contact
Permanently delete a contact and all associated data
fetch("https://app.orbiqhq.com/api/v1/contacts/550e8400-e29b-41d4-a716-446655440000", { method: "DELETE"})
{
"ok": true,
"deleted": true
}
Empty
Empty
Empty
Empty
Empty
How is this guide?