DELETE
/
api
/
v1
/
management
/
people
/
{personId}
{
  "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.