Skip to main content

Remove User From Project

DELETE 

/api/v1/organizations/:organization_id/users/:user_id/projects/:project_id

Remove a user from a project.

Request

Path Parameters

    organization_id uuidrequired
    user_id User Idrequired
    project_id uuidrequired

Cookie Parameters

    session any

Responses

Successful Response

Schema

    any

Loading...