Delete
/v1/members/{id}
The “Delete Member by ID” method is used to delete a specific member. The purpose of “Delete Member by ID” is to allow the Distributor/Governance and Control Account users to delete the members of their Cloud Consoles.
Limitations include: Only users with specific permissions can use this endpoint!
Security
HTTP
Type basic
Path parameters
id
integerRequired
Responses
200
OK
string
Example{
"success": true,
"code": "RES-I-0034",
"message": "Member has been successfully deleted!",
"data": null,
"errors": null
}