Delete a custom field
DELETE
/tm/projects/{project_id}/custom-fields/{id}Request
Path Params
project_id
string
required
id
string
required
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
success
boolean
required
Example
{
"success": true
}
Last modified: 9 months ago