Skip to main content
DELETE
/
orgs
/
{org_id}
/
assistants
/
{assistant_id}
/
actions
/
{action_id}
Delete Assistant Action
curl --request DELETE \
  --url https://api.example.com/orgs/{org_id}/assistants/{assistant_id}/actions/{action_id}
"<unknown>"

Path Parameters

org_id
string
required

The ID of the org

assistant_id
string
required

The ID of the assistant

action_id
string
required

The ID of the assistant action

Response

200 - application/json

Returns null on successful deletion.

The response is of type unknown.