Docs
Delete Attribute Option
DELETE /eventAttributes/{attributeId}/options/{optionId}
DELETE
/eventAttributes/{attributeId}/options/{optionId}Required Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
| Organization token | x-Organization-Token | Optional | Run **Authorize Organization** in the Authorization folder. |
Hard-deletes an option from a Select or MultiSelect attribute.
Returns 200 OK.
Requires OrganizationAdmin permission.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| attributeId | Guid | Required | The attribute that owns the option. |
| optionId | Guid | Required | The option to delete. |