Skip to main content
DELETE
/
v1
/
automations
/
{automationId}
Delete an automation
curl --request DELETE \
  --url https://brew.new/api/v1/automations/{automationId} \
  --header 'Authorization: Bearer <token>'
{
  "automationId": "auto_abc",
  "deleted": true
}

Authorizations

Authorization
string
header
default:Bearer brew_your_api_key
required

Send your Brew API key as Authorization: Bearer brew_xxx.

Path Parameters

automationId
string
required

Automation id returned by POST /v1/automations and listed by GET /v1/automations.

Required string length: 1 - 64
Example:

"auto_abc"

Response

Deleted (or already gone).

automationId
string
required
Required string length: 1 - 64
deleted
boolean
required