DELETE /analytics/custom_actions/actions/{action_id}

Deletes an existing custom action.

Deletes an existing custom action.

Table 1. DELETE /analytics/custom_actions/actions/{action_id} resource details
MIME Type

text/plain

Table 2. DELETE /analytics/custom_actions/actions/{action_id} request parameter details
Parameter Type Optionality Data Type MIME Type Description

action_id

path

Required

Number (Integer)

text/plain

Number id of the custom action you wish to delete.

Table 3. DELETE /analytics/custom_actions/actions/{action_id} response codes
HTTP Response Code Unique Code Description

204

The custom action has been deleted.

404

1002

The requested custom action could not be found.

500

1020

An internal server error occurred while deleting custom action with supplied action_id.

Response Description

Empty response with 204 successful response code.

Response Sample