DELETE /{id}/labels
Removes all user-defined application labels from an application.
Resource Name: /applications/{id}/labels
Permissions Required:- editAllApplications
Parameter |
Type |
Description |
---|---|---|
idMandatory |
String |
The application's revision ID. |
Return:
200 - OK
Error Codes:- 404 (Not found) - Application wasn't found.
- 403 (Forbidden) - User doesn't have permission to edit the application.
- 403 (Forbidden) - User doesn't have permission to edit the application's general information.
â See also: