Function: deleteSpaceRole()
ts
function deleteSpaceRole(client, parameters): Promise<{
[key: string]: unknown;
taskId?: string;
}>;Defined in: src/v2/api/spaceRoles.ts:124
Delete a space role
Available on tenants with Role-Based Access Control.
Permissions required: User must be an organization or site admin. Connect and Forge app users are not authorized to access this resource.
Parameters
| Parameter | Type | Description |
|---|---|---|
client | Client | - |
parameters | { id: string; } | - |
parameters.id | string | Id of the space role |
Returns
Promise<{ [key: string]: unknown; taskId?: string; }>