Deletes all customer-specified content profile configurations stored for a site. For more on the content profile configurations, see /profile/content/external/update .
The user must be authenticated and have write permissions to the site.
Request
The request object has the following fields:
|
Name |
Type |
Required |
Description |
|---|---|---|---|
|
|
String |
Yes |
The site identifier to delete all configuration for. |
Note that this operation is irreversible and cannot be undone.
Response
The response object has the following fields:
|
Name |
Type |
Description |
|---|---|---|
|
|
Integer |
The number of configuration entries deleted. |
Example
Bash
$ cx.py /profile/content/external/deleteAll '{"siteId":"9222300742735526873"}'
{
"count": 3
}