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

Path Parameters

person_id
string
required

Response

Successful Response