Skip to main content
DELETE
/
actions
/
{org}
/
{action_number}
Delete an action
curl --request DELETE \
  --url https://app.kosli.com/api/v2/actions/{org}/{action_number} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

action_number
integer
required
org
string
required

Response

200 - application/json

Action deleted successfully

Last modified on April 9, 2026