Type Alias: DeleteAuthorizationData
type DeleteAuthorizationData = object;
Defined in: gen/types.gen.ts:8062
Properties
body?
optional body: never;
Defined in: gen/types.gen.ts:8063
path
path: object;
Defined in: gen/types.gen.ts:8064
authorizationKey
authorizationKey: AuthorizationKey;
The key of the authorization to delete.
query?
optional query: never;
Defined in: gen/types.gen.ts:8070
url
url: "/authorizations/{authorizationKey}";
Defined in: gen/types.gen.ts:8071