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