Open Context Protocol is live! 🚀 Read the launch post
deleteCustomFieldContext

deleteCustomFieldContext

Delete custom field context

DELETE /rest/api/3/field/{fieldId}/context/{contextId} HTTP/1.1

Parameters

{
  "fieldId": {
    "description": "The ID of the custom field.",
    "required": true,
    "location": "path",
    "type": "string"
  },
  "contextId": {
    "description": "The ID of the context.",
    "required": true,
    "location": "path",
    "type": "integer",
    "format": "int64"
  }
}

Response Schema

{}