Skip to main content
post/contacts/{id}/archive

Archive contact

LLM
View as Markdown
Open llms.txt

Hides a contact from active lists without deleting its history.

Authorization

Scheme

  • bearerAuth

Required scopes

  • contact:update

Allowed roles

  • owner
  • admin
  • agent

Archive a contact in the caller's contact scope.

Parameters

  • Name
    id
    Type
    path string
    Description
    Required parameter.

Responses

  • 204

    Contact archived

  • 404

    Contact not found

    • application/json ProblemDetails
  • 409

    Contact is already archived

    • application/json ProblemDetails
  • default

    Error

    • application/json ProblemDetails