Delete the customer specified content profile configuration stored for the specified key. 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 the page or pattern belongs to. |
|
|
String |
Yes |
The resource identifier of the configuration which should be deleted. |
Note that no error will be returned if the key is unknown.
Response
The response object has the following fields:
|
Name |
Type |
Description |
|---|---|---|
|
|
Integer |
The number of deleted keys. |
Example
Bash
$ python cx.py /profile/content/external/delete '{"siteId":"9222300742735526873","key":"https://example.org/"}'
{
"count": 1
}