interface DeleteProjectRole {
    id: number;
    swap?: number;
}

Properties

Properties

id: number

The ID of the project role to delete. Use Get all project roles to get a list of project role IDs.

swap?: number

The ID of the project role that will replace the one being deleted.