Athena 1.0
/
Accounts
/
delete_member
DELETE /api/users/:user_id/accounts/:id/delete_member
Remove account member
Supported Formats
json
Errors
Code
Description
401
Unauthorized
403
Forbidden
404
Account Not Found
Params
Param name
Description
id
required
Account ID
Validations:
Must be a String
member_id
required
User ID to remove from membership
Validations:
Must be a String