Deletes a custom field selection option.

Deletes the specified selection option from the custom field definition and clears references to that option from existing custom field values. <Check title="Required Permissions" icon="key">The user must be an admin or have `project-manage-config:write` permissions.</Check>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

customFieldDefinitionIdstringRequiredformat: "uuid"
The id of the custom field definition containing the selection option.
selectionOptionIdstringRequiredformat: "uuid"
The id of the selection option to delete.

Response

No Content

Errors

404
Not Found Error