DELETE /analytics/custom_actions/scripts/{script_id}
Deletes an existing custom action script file.
Deletes an existing custom action script file.
MIME Type |
---|
text/plain |
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. |
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