cURL
curl --request DELETE \ --url https://charts.basedash.com/api/public/organizations/{orgId}/automations/{id} \ --header 'Authorization: Bearer <token>'
{ "error": { "title": "<string>", "detail": "<string>" } }
Archives an automation by ID. Requires admin access to the organization.
Documentation IndexFetch the complete documentation index at: https://basedash.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://basedash.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
API key authentication using Bearer token format: Bearer <basedash_api_key>
Bearer <basedash_api_key>
Organization ID
Automation ID
Automation archived successfully
Was this page helpful?