Skip to main content

Delete managed member

Use this endpoint to delete the specified partner-managed member. The endpoint will respond with a status of 204 No Content without a resource.

DELETE
/users/{user_guid}/managed_members/{member_guid}

Path Parameters

FieldRequiredType

member_guid

The unique id for a member.

Required
String

user_guid

The unique identifier for a user, beginning with the prefix USR-.

Required
String

Header Parameters

FieldRequiredType

Accept

Specifies the media type expected in the response.

Required
String
Loading...