DeleteResource

DELETE /maps/{mapid}/resources/{resourceid}/

Delete the resource

Path parameters

Query parameters

  • token string Required

    Token generated

Responses

  • 204 application/json

    Default Response

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

    Bad Request

    Bad Request

  • 503 application/json

    Service Unavailable

    Service Unavailable

DELETE /maps/{mapid}/resources/{resourceid}/
curl \
 --request DELETE 'http://api.example.com/maps/{mapid}/resources/{resourceid}/?token=string'
Response examples (204)
{
  "message": "string"
}
Response examples (400)
string
Response examples (503)
string