Avisi cloud logo
Memberships

Delete a member from an environment (member environment access will revert to organisation member access).

DELETE
/api/v1/orgs/{organisationSlug}/environments/{environmentSlug}/members/{memberIdentity}

Path Parameters

organisationSlug
Required
string

environmentSlug
Required
string

memberIdentity
Required
string

The organisation member identity of the user.

curl -X DELETE "http://localhost:8090/api/v1/orgs/string/environments/string/members/string"

Request was successfully processed, but there is no response body to return.