DELETE
/
v2
/
accounts
/
{account_id}
/
members
/
{user_id}
Remove Account Member
curl --request DELETE \
  --url https://api.ahasend.com/v2/accounts/{account_id}/members/{user_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Operation completed successfully"
}

Authorizations

Authorization
string
header
required

API key for authentication

Path Parameters

account_id
string<uuid>
required

Account ID

user_id
string<uuid>
required

User ID

Response

200
application/json

Member removed successfully

The response is of type object.