DELETE
/
api
/
v1
/
management
/
people
/
{personId}
curl --request DELETE \
  --url http:///%7B{baseurl}%7D/api/v1/management/people/{personId} \
  --header 'x-api-key: <x-api-key>'
{
  "data": {
    "success": "Person deleted successfully"
  }
}

Headers

x-api-key
string
required

Path Parameters

personId
string
required

Response

200
application/json
OK

The response is of type object.

Was this page helpful?