Skip to main content
DELETE
/
v0
/
persons
/
{person_id}
/
logs
/
{person_log_id}
Delete person log
curl --request DELETE \
  --url https://api.tryarchitect.com/v0/persons/{person_id}/logs/{person_log_id} \
  --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

person_log_id
string
required

person_log_id parameter

Response

Successful operation

success
boolean
required