🔴Delete Action

DELETE https://api.anunzi.net/v2/actions/{action_id}

Deletes an existing custom action from your Anunzi environment. This action is irreversible.


Path Parameters

Parameter
Type
Required
Description

action_id

string

Yes

The unique ID of the action to delete. This can be obtained by opening the action in the Anunzi dashboard.


Example Request (cURL)

curl --request DELETE \
     --url https://api.anunzi.net/v2/actions/12315165x215651561 \
     --header 'accept: application/json' \
     --header 'Authorization: Bearer API_KEY'

Example Response (200 OK)

{
  "status": "success",
  "response": {
    "answer": "Action deleted."
  }
}

Status Codes

Code
Description

200

Action deleted successfully.

400

Bad Request. Invalid or missing parameters.

Última actualización