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

/widget/content/delete

Delete a content widget content configuration object. (See API authentication for general information how to use these APIs.)

It is not possible to delete a content configuration that is currently in use (by a widget object).

Request

The request object has the following fields:

Name

Type

Required

Description

id

String

Yes

Identifier of the configuration object that should be deleted.

Response

The response object has the following fields:

Name

Type

Description

id

String

Identifier of the configuration object that has been deleted.

Example

$ cx.py /widget/content/delete '{ "id": "7c8b9d7fdd3ab5df3f447f0be92a8284603d4453" }'
{
 "id": "7c8b9d7fdd3ab5df3f447f0be92a8284603d4453"
}

Last updated: