Skip to main content
DELETE
/
api
/
public
/
v1
/
automations
/
Delete Automation
curl --request DELETE \
  --url https://api.userintuition.ai/api/public/v1/automations/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "hook_url": "<string>",
  "study_id": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Authenticate with an API key (prefixed ui_sk_) or a JWT token from the dashboard.

Body

application/json
hook_url
string
required
study_id
string
required

Response

Successful Response