Remove account
DELETE /api/v2/directory/accounts/{reference_id}
This endpoint is used to remove a specific account identified by reference_id from the directory.
Path Parameters
Name
Type
Description
Required
reference_id
string
Unique identifier for the account, previously external_id. Example: johndoe
True
Response
{
  "status": "success",
  "data": "Successfully deleted account with reference id of: johndoe"
}Last updated