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
Requiredstring
Pattern:
"^[a-z0-9-]+$"
environmentSlug
Requiredstring
Pattern:
"^[a-z0-9-]+$"
memberIdentity
Requiredstring
The organisation member identity of the user.
Request was successfully processed, but there is no response body to return.