Skip to main content

Atrium API

Delete Member

Accessing this endpoint will permanently delete a member.

info

You should NOT use this endpoint to resolve aggregation errors. Instead, consult the workflow diagram in Getting Started to resolve a member's status.

DELETE
DELETE /users/{user_guid}/members/{member_guid}

Request sample

Language:sh

_10
curl -i -X DELETE 'https://vestibule.mx.com/users/{user_guid}/members/{member_guid}' \
_10
-H 'Accept: application/vnd.mx.atrium.v1+json' \
_10
-H 'MX-API-Key: {mx_api_key}' \

Response sample

200
Language:json

_10
Status: 204 No Content