Delete a map
DELETE /v1/projects/{id}/maps/{mapId}
DELETE
/v1/projects/{id}/maps/{mapId}
Delete a map by its user-specified map identifier (not the internal UUID). Only the database record is removed; the map image is retained.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string format: uuid
Project UUID.
mapId
required
string
The user-specified map identifier.
Responses
Section titled “ Responses ”Map deleted successfully.
object
success
boolean
data
object
mapId
string
Missing or invalid API key.
object
success
boolean
error
Human-readable error message.
string
Resource not found.
object
success
boolean
error
Human-readable error message.
string
Rate limit exceeded.
object
success
boolean
error
Human-readable error message.
string
Headers
Section titled “Headers ” X-RateLimit-Limit
integer
Maximum number of requests allowed per hour.
X-RateLimit-Remaining
integer
Number of requests remaining in the current window.
X-RateLimit-Reset
integer
Unix timestamp when the rate limit window resets.