Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

DELETE /analytics/custom_actions/scripts/{script_id}

SUMMARY Deletes an existing custom action script file.

Deletes an existing custom action script file.

Table 1: DELETE /analytics/custom_actions/scripts/{script_id} resource details:

DELETE /analytics/custom_actions/scripts/{script_id} resource details

MIME Type

text/plain

Table 2: DELETE /analytics/custom_actions/scripts/{script_id} request parameter details:

DELETE /analytics/custom_actions/scripts/{script_id} request parameter details

Parameter Type Optionality Data Type MIME Type Description

script_id

path

Required

Number (Integer)

text/plain

Number id of the custom action script file to be deleted.

Table 3: DELETE /analytics/custom_actions/scripts/{script_id} response codes:

DELETE /analytics/custom_actions/scripts/{script_id} response codes

HTTP Response Code Unique Code Description

204

The custom action script file has been deleted.

404

1002

The requested custom action script file could not be found.

422

1005

The requested custom action script file is tied to an existing custom action.

500

1020

An internal server error occurred while deleting custom action script file with supplied script_id.

Response Description

Empty response with a 204 successful response code.

Response Sample