Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

DELETE /analytics/custom_actions/actions/{action_id}

SUMMARY Deletes an existing custom action.

Deletes an existing custom action.

Table 1: DELETE /analytics/custom_actions/actions/{action_id} resource details:

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:

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:

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