DELETE /rest/api/2/field/{fieldId}/context/{contextId}/option/{optionId}
Deletes a custom field option.
Options with cascading options cannot be deleted without deleting the cascading options first.
This operation works for custom field options created in Jira or the operations from this resource. To work with issue field select list options created for Connect apps use the Issue custom field options (apps) operations.
Permissions required: Administer Jira global permission.
Servers
- https://your-domain.atlassian.net
Path parameters
Name | Type | Required | Description |
---|---|---|---|
fieldId |
String | Yes |
The ID of the custom field. |
contextId |
Integer | Yes |
The ID of the context from which an option should be deleted. |
optionId |
Integer | Yes |
The ID of the option to delete. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.