Delete Member by External ID
Intent
Removes the member by external id.
When to call it
Call this only after your application has identified the member by external id that should be removed.
Access boundary
Authorize the request with a token that carries members:write.
Successful result
A successful request returns 204 without a response document.
DELETE
Delete Member by External ID
Authorizations
Path Parameters
Identifier of the member external.
Query Parameters
Identifier of the customer.
Identifier of the customer external.
Response
Response: Member deleted.
Previous
List Files### Intent
Reads the available files as a pageable collection without changing them.
### When to call it
Call this when an interface, sync, or support workflow needs to inspect files. Use the filters and paging controls shown below to limit the result.
### Access boundary
Authorize the request with a token that carries `files:read` or `files:write`.
### Successful result
A successful request returns `200`. The response schema below defines the body your integration receives.
Next
Delete Member by External ID