DELETE /map-types/{id}
DELETE operation for /map-types/{id}
Authorization
ApiKeyAuth Authorization<token>
API key authentication. Format: Your API key (no "Token" prefix needed)
In: header
Path Parameters
id*string
Response Body
application/json
curl -X DELETE "https://dev-rest.onboard.io/map-types/string"{
"id": 1,
"type": "string",
"description": "string",
"is_default": true,
"created_at": "2021-01-01T00:00:00Z",
"modified_at": "2021-01-01T00:00:00Z"
}Empty
Empty
Empty
How is this guide?