Skip to main content

Remove user from an organization

DELETE 

/api/v1/organizations/removeuser

Remove user from organization

Request

Header Parameters

    X-API-KEY stringrequired

    API Key

Body

required

Remove User from Organization Request

    orgId string

    orgId is the organization ID.

    userId string

    userId is the user ID.

Responses

No Content

Schema

    data
    id string
    message string
    status string
Loading...