Skip to main content
Version: 8.9 (unreleased)

Type Alias: DeleteRoleData

type DeleteRoleData = object;

Defined in: gen/types.gen.ts:14600

Properties

body?

optional body: never;

Defined in: gen/types.gen.ts:14601


path

path: object;

Defined in: gen/types.gen.ts:14602

roleId

roleId: string;

The role ID.


query?

optional query: never;

Defined in: gen/types.gen.ts:14608


url

url: "/roles/{roleId}";

Defined in: gen/types.gen.ts:14609