API Reference
API Usage and Reference
cURL
curl --request DELETE \ --url https://api.ahasend.com/v2/accounts/{account_id}/members/{user_id} \ --header 'Authorization: Bearer <token>'
{ "message": "Operation completed successfully" }
Removes a member from the account
Restrictions:
API key for authentication
Account ID
User ID
Member removed successfully
The response is of type object.
object
Was this page helpful?