{ "opencollection": "1.0.0", "info": { "name": "Atlassian Admin Account Query API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Query", "type": "folder" }, "items": [ { "info": { "name": "Atlassian Remove Label From Content Using Query Parameter", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.atlassian.com/wiki/rest/api/content/:id/label", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the content that the label will be removed from." }, { "name": "name", "value": "", "type": "query", "description": "The name of the label to be removed." } ] }, "docs": "This API operation removes a label from a specific piece of Confluence content by specifying the content ID in the URL path and the label name as a query parameter. When executed with a DELETE HTTP method, it allows users to untag or dissociate a previously applied label from a page, blog post, or other content item in Confluence. The operation requires appropriate permissions to modify labels on the target content and will return a success response once the label has been successfully removed f" } ] } ], "bundled": true }