Skip to main content
delete/contacts/{id}

Delete contact

LLM
View as Markdown
Open llms.txt

Soft deletes a contact. Use archive when you only want to hide the contact from active lists.

Authorization

Scheme

  • bearerAuth

Required scopes

  • contact:delete

Allowed roles

  • owner
  • admin
  • agent

Delete a contact in the caller's contact scope.

Parameters

  • Name
    id
    Type
    path string
    Description
    Required parameter.

Responses

  • 204

    Contact deleted

  • 404

    Contact not found

    • application/json ProblemDetails
  • default

    Error

    • application/json ProblemDetails