Remove Labels From Location
Remove labels from the location
Path parameters
-
location_id
string Required
DELETE
/api/locations/{location_id}/labels
curl \
-X DELETE https://metropolitanabogota.org/api/locations/{location_id}/labels \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{"labels":[{"id":"string"}]}'
Request example
{
"labels": [
{
"id": "string"
}
]
}
Response examples (422)
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}