Path parameters
-
mapid
integer Required
DELETE
/maps/{mapid}/
curl \
--request DELETE 'http://api.example.com/maps/{mapid}/' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (204)
{
"message": "string"
}
Response examples (400)
string
Response examples (401)
string
Response examples (404)
string
Response examples (503)
string