Skip to main content
DELETE
/
api
/
organizations
/
{org_id}
/
automations
/
executions
Clear all execution logs for organization
curl --request DELETE \
  --url https://api.getgranite.ai/api/organizations/{org_id}/automations/executions
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

org_id
string
required

Response

Successful Response