playbooks_delete
Delete a playbook from Cortex XSIAM by name or ID. Requires Instance Administrator permissions.
Instructions
Delete a playbook
Delete a playbook by filtering based on its name or ID.
You must have Instance Administrator permissions to run this endpoint.
[POST /public_api/v1/playbooks/delete] · Playbooks
Example request body:
{
"request_data": {
"filters": {
"field": "name",
"value": "Phishingplaybook"
}
}
}Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_data | Yes |