DELETE
/playbooks/{playbook_id}
curl \
--request DELETE 'http://api.example.com/playbooks/{playbook_id}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (422)
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"ctx": {}
}
]
}