Delete an existing assistant action.
cURL
curl --request DELETE \ --url https://api.example.com/orgs/{org_id}/assistants/{assistant_id}/actions/{action_id}
"<unknown>"
The ID of the org
The ID of the assistant
The ID of the assistant action
Returns null on successful deletion.
The response is of type unknown.
unknown
Was this page helpful?