We’ve migrated our documentation to a new site, which means some URLs have changed.
Audience

/profile/user/external/delete

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"}'
{}

Last updated: