Skip to main content

Interface: AdminBarriersDeleteArguments

Extends

  • BarrierID.TokenOverridable

Properties

barrier_id

barrier_id: string;

Description

The ID of the barrier.

Inherited from

BarrierID.barrier_id

Defined in

packages/web-api/src/types/request/admin/barriers.ts:7


token?

optional token: string;

Description

Overridable authentication token bearing required scopes.

Inherited from

TokenOverridable.token

Defined in

packages/web-api/src/types/request/common.ts:43