Docs

Delete Event Type

DELETE /eventTypes/{typeId}

DELETE/eventTypes/{typeId}

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.

Deletes an event type. If any event uses the type, it is archived; otherwise it is hard-deleted.

Returns 200 OK.

Requires OrganizationAdmin permission.

Path Parameters

FieldTypeRequiredDescription
typeIdGuidRequiredThe event type to delete.