Delete an environment role in a customer workspace
Deletes an environment role in an Embedded workspace by its ID. The role must not be assigned to any collaborators. The environment role was successfully deleted if the request returns a 204 No Content
status code. No content is returned in the response body.
EARLY ACCESS FEATURE
This access control endpoint is in limited preview. The access control model is under active development and may change. Contact your Customer Success Manager to participate in early access testing.Path parameters
managed_user_id
The Embedded customer ID or external ID. External IDs must be URL encoded and prefixed with an E
, for example: EA2300
.
id
The ID of the environment role to delete.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.