YouTrack Standalone 2017.1 Help

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:

NameTypeDescription
projectIdprojectByIdNotStrictID of a project.
customFieldNamestringName of a custom field to be deleted.

Sample

Request:

DELETE /rest/admin/project/CMN/customfield/Region

Response:

Project custom field [Region] deleted.
Last modified: 18 April 2017