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