curl --request DELETE \
--url https://api-dev.narrative.io/mappings/{mapping_id} \
--header 'Authorization: Bearer <token>'Mapping deletion cannot be undone.
If the mapping is still being used then this request fails.
Both owners (users belonging to the company the mapping belongs to) and admins can delete a mapping.
curl --request DELETE \
--url https://api-dev.narrative.io/mappings/{mapping_id} \
--header 'Authorization: Bearer <token>'