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

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