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

/persisted/delete

Delete a persisted request. See API authentication for more information about persisted requests.

The user must be authenticated and be the creator of the persisted request.

Request

The request object has the following fields:

Name

Type

Required

Description

id

String

Yes

Identifier for the persisted request.

Response

The response object has the following fields:

Name

Type

Description

id

String

Identifier for the deleted persisted request.

Examples

Bash
$ python cx.py /persisted/delete '{"id":"58e5154490191e5ca6b941ee56f6e7349b9d2fe1"}'
{
 "id": "58e5154490191e5ca6b941ee56f6e7349b9d2fe1"
}

Last updated: