Docs

Delete Attribute Option

DELETE /eventAttributes/{attributeId}/options/{optionId}

DELETE/eventAttributes/{attributeId}/options/{optionId}

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.
Organization tokenx-Organization-TokenOptionalRun **Authorize Organization** in the Authorization folder.

Hard-deletes an option from a Select or MultiSelect attribute.

Returns 200 OK.

Requires OrganizationAdmin permission.

Path Parameters

FieldTypeRequiredDescription
attributeIdGuidRequiredThe attribute that owns the option.
optionIdGuidRequiredThe option to delete.