Delete a plan
Delete a plan
DELETE /api/v1/maps/{map} |
Parameters
int
map, ID of the plan to be deleted
204 |
Successful response - status 204 with empty body
JSON
|
404 |
If the plan is not owned by the user or does not exist |
401 |
Authorization token not sent or not valid |