Delete map fields
Delete map fields.
DELETE
/v2/datasets/{dataset_id}/mapfields/{map_field_name}Features
Send the token in the Authorization: Bearer API_TOKEN header. See Tokens for which token types this endpoint accepts.
Input2
Sent from your browser straight to the API — never to Docsbook, never stored.
(path)
(path)
Responses
204(empty)
Example input
curl -X DELETE 'https://api.axiom.co/v2/datasets/{dataset_id}/mapfields/{map_field_name}' \
-H 'Authorization: Bearer API_TOKEN'Example output