Skip to main content
DELETE
/
v0
/
persons
/
{person_id}
Delete person
curl --request DELETE \
  --url https://api.tryarchitect.com/v0/persons/{person_id} \
  --header 'x-api-key: <api-key>'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://architect-d889a35e-sync-pr-3507.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

API key authentication for the External Actor Gateway

Path Parameters

person_id
string
required

person_id parameter

Response

Successful operation

success
boolean
required