Delete datamap definition
Deletes the datamap definition with the given name.
Path Parameters
- Type: stringdatamap
Name required
Responses
- 200
Deleted
- 400
Bad request
- 404
Not found
Request Example for delete/extra/v1/definition/datamap/{datamapName}
curl 'https://api.customer.cadasto.io/extra/v1/definition/datamap/{datamapName}' \
--request DELETE \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
No Body