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
| Field | Required | Type |
|---|---|---|
member_guid The unique id for a | Required | String |
user_guid The unique identifier for a | Required | String |
Header Parameters
| Field | Required | Type |
|---|---|---|
Accept Specifies the media type expected in the response. | Required | String |
Loading...