Playbooks Delete a playbook
DELETE
/api/playbooks/{name}

Authentication

Bearer Token (BearerAuth)

Path Parameters

namestringrequired

Playbook name


Headers

X-Target-Serverstringrequired

Internal IP and port of the pt-agent instance (e.g. 10.10.0.26:9741)


Responses

200
Deletion confirmation

Response Fields:

  • success (boolean)

  • message (string)

Example:

{
  "success": true,
  "message": "string"
}