Skip to main content
DELETE
/
api
/
public
/
organizations
/
{orgId}
/
automations
/
{id}
Archive an automation
curl --request DELETE \
  --url https://charts.basedash.com/api/public/organizations/{orgId}/automations/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "title": "<string>",
    "detail": "<string>"
  }
}

Authorizations

Authorization
string
header
required

API key authentication using Bearer token format: Bearer <basedash_api_key>

Path Parameters

orgId
string
required

Organization ID

id
string
required

Automation ID

Response

Automation archived successfully