Skip to main content
DELETE
/
workspace
/
{ws_id}
/
playbooks
/
{id}
Delete a playbook by its ID
curl --request DELETE \
  --url https://app.blinkops.com/api/v1/workspace/{ws_id}/playbooks/{id} \
  --header 'BLINK-API-KEY: <api-key>'
"<string>"

Authorizations

Use your API key to access BlinkOps API. To generate an API key, please log in to your BlinkOps account and navigate to the API Keys section in the user settings page. Add the generated key to your request headers as BLINK-API-KEY.

Path Parameters

id
string
required

The ID of the playbook to delete

ws_id
string
required

The ID of the workspace containing the playbook

Response

The ID of the deleted playbook

The response is of type string.