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

/profile/content/external/delete

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

siteId

String

Yes

The site identifier the page or pattern belongs to.

key

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

count

Integer

The number of deleted keys.

Example

Bash
$ python cx.py /profile/content/external/delete '{"siteId":"9222300742735526873","key":"https://example.org/"}'
{
 "count": 1
}

Last updated: