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 |
|---|---|---|---|
|
|
String |
Yes |
Identifier for the persisted request. |
Response
The response object has the following fields:
|
Name |
Type |
Description |
|---|---|---|
|
|
String |
Identifier for the deleted persisted request. |
Examples
Bash
$ python cx.py /persisted/delete '{"id":"58e5154490191e5ca6b941ee56f6e7349b9d2fe1"}'
{
"id": "58e5154490191e5ca6b941ee56f6e7349b9d2fe1"
}