DeleteMap

DELETE /maps/{mapid}/

Delete a map, only the owner of the map can do this.

Path parameters

Responses

  • 204 application/json

    Default Response

    Hide response attribute Show response attribute object
  • 400 application/json

    Bad Request

    Bad Request

  • 401 application/json

    Unauthorized

    Unauthorized

  • 404 application/json

    Not Found

    Not Found

  • 503 application/json

    Service Unavailable

    Service Unavailable

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