Deletes all the uploaded information associated with a specified user.
The user must be authenticated and have write permissions to the site group.
Request
The request object has the following fields:
|
Name |
Type |
Required |
Description |
|---|---|---|---|
|
id |
String |
Yes |
The customer-defined identifier for the user. |
|
type |
String |
Yes |
The customer-specific identifier type as registered with Cxense, i.e. a customer prefix . |
Response
A successful /profile/content/external/delete query will yield an empty response.
Examples
Bash
$ python cx.py /profile/user/external/delete '{"id":"1234","type":"xyz"}'
{}