DELETE /{id}/custom_fields
Removes all custom fields for an application.
Resource Name: /applications/{id}/custom_fields
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 general information.
Note: The system field 'application lifecycle phase' will not be cleared.
â See also: