Description:
Delete an action helper for a given action helper identifier.
Resource URL:
https://<apphost>.competitionlabs.com/api/<your-space-name>/account/rule-action-helper/<id>
Request headers
| Key | Value | Required |
|---|---|---|
X-API-KEY | Your unique API key | Yes |
Content-Type | application/json | Yes |
Request URL parameters
Parameter | Type | Required | Description |
|---|---|---|---|
space | String | Yes | This is the space name which is linked to the account |
id | String | Yes | Action helper identifier retrieved from GET RuleActionHelper resource |
EXAMPLE
ERROR CODES
| Code | HTTP Status | Description | Example |
|---|---|---|---|
| 1007 | 404 | A record with requested id for action helper was not found | |
| 404 | Deleting an action helper without an Id |