TrainFog Developers
People

Elimina persona

DELETE
/people/{personId}
AuthorizationBearer <token>

In: header

Path Parameters

personId*string

Response Body

application/json

application/json

curl -X DELETE "https://api.trainfog.com/developers/v1.0/people/string"
Empty
{
  "error": "Unauthorized"
}
{
  "error": "Not found"
}