Interface: AdminBarriersDeleteArguments
Defined in: packages/web-api/src/types/request/admin/barriers.ts:24
Extends
BarrierID
.TokenOverridable
Properties
barrier_id
barrier_id: string;
Defined in: packages/web-api/src/types/request/admin/barriers.ts:7
Description
The ID of the barrier.
Inherited from
BarrierID.barrier_id
token?
optional token: string;
Defined in: packages/web-api/src/types/request/common.ts:43
Description
Overridable authentication token bearing required scopes.
Inherited from
TokenOverridable.token