Contents
Delete Custom Field
Deletes Custom Field.
Role
Administrator
Project Administrator
Method
DELETE
URL
/api/v2/projects/:projectIdOrKey/customFields/:id
URL parameters
Parameter Name | Type | Description |
---|---|---|
projectIdOrKey | String | Project ID or Project Key |
id | Number | Custom field ID |
Response example
Status Line / Response Header
HTTP/1.1 200 OK
Content-Type:application/json;charset=utf-8
Response Body
{
"id": 2,
"projectId": 5,
"typeId": 1,
"name": "Attribute for Bug",
"description": "",
"required": false,
"applicableIssueTypes": [1]
}