Function removeAdministratorFromProject
- removeAdministratorFromProject(
projectId: string,
userId: string,
options?: AxiosRequestConfig,
): Promise<void> Parameters
- projectId: string
- userId: string
Optional
options: AxiosRequestConfig
Returns Promise<void>
Deletes a project
administrator
. The administrator can be you.A project must always have one
administrator
so you will not be able to delete the last administrator of a project.You must be an
administrator
of the project