Skip to main content
DELETE
/
api
/
people
/
{person_id}
Delete a person
curl --request DELETE \
  --url https://api.example.com/api/people/{person_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.gumnut.ai/llms.txt

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

Path Parameters

person_id
string
required

Person ID (with person_ prefix) of the person to delete.

Response

Successful Response