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

/profile/content/external/deleteAll

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

siteId

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

count

Integer

The number of configuration entries deleted.

Example

Bash
$ cx.py /profile/content/external/deleteAll '{"siteId":"9222300742735526873"}'
{
 "count": 3
}

Last updated: