info: name: Delete Collection type: http seq: 5 http: method: DELETE url: '{{base_url}}/api/collections/{{collection_id}}' auth: inherit docs: |- ## Delete Collection Permanently deletes a collection and all its mappings. **Method:** DELETE **Endpoint:** /api/collections/{collection_id} **Authentication:** Required (Bearer token) **Path Parameters:** - `collection_id` (string): Collection ID **Response:** - `message` (string): Success message **Status Codes:** - 200: Success - 401: Unauthorized - 404: Collection not found