contacts

Delete a contact

Permanently delete a single contact by its ID. This removes the contact and all associated data including notes, reminders, and tag associations.

delete/v1/contacts/{contactId}

Path parameters

contactIdstring uuid required

Response

Successful response

errorboolean required
messagestring required

Changes

Changed in 1 of the 17 revisions of this API.2

    • api operation id deleteContactV1 was added

      api-operation-id-added

    • added the non-success response with the status 409

      response-non-success-status-added