info: name: Delete Device Mapping type: http seq: 11 http: method: DELETE url: '{{base_url}}/api/devices/{{device_id}}/collections/{{mapping_id}}' auth: inherit docs: |- ## Delete Device Mapping Removes a collection-to-device mapping. **Method:** DELETE **Endpoint:** /api/devices/{device_id}/collections/{mapping_id} **Authentication:** Required (Bearer token) **Path Parameters:** - `device_id` (string): Device ID - `mapping_id` (string): Mapping ID **Response:** - `message` (string): Success message **Status Codes:** - 200: Success - 401: Unauthorized - 404: Device or mapping not found