DELETE Project Custom Field
DELETE /admin/project/{projectId}/customfield/{customFieldName}
Remove specified custom field from a project.
DELETE /rest/admin/project/{projectId}/customfield/{customFieldName}
Parameters:
Name | Type | Description |
---|---|---|
projectId | projectByIdNotStrict | ID of a project. |
customFieldName | string | Name of a custom field to be deleted. |
Sample
Request:
DELETE /rest/admin/project/CMN/customfield/Region
Response:
Project custom field [Region] deleted.
Last modified: 17 December 2019