meta { name: Delete Device Mapping type: http seq: 11 } delete { url: {{base_url}}/api/devices/{{device_id}}/collections/{{mapping_id}} auth: bearer } auth:bearer { token: {{token}} }