Path parameters
-
location_id
string Required
DELETE
/api/locations/{location_id}
curl \
-X DELETE https://ppammedellin.com/api/locations/{location_id} \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (422)
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}