Skip to main content
DELETE
/
v1
/
rules
/
{rule-id}
/
parameters
Delete Rule Parameter
curl --request DELETE \
  --url 'https://integration-api-cat2.{{environment}}.ext.{{realm}}.cia.enfuce.com/spend-control/v1/rules/{rule-id}/parameters' \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>",
  "type": "CARD"
}
'
{
  "code": "<string>",
  "message": "<string>",
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "errorCode": "<string>",
  "errorType": "STATIC_VALIDATION_ERROR",
  "errorReason": "<string>",
  "timestamp": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

rule-id
string<biginteger>
required

Query Parameters

auditUser
string
required

The audit user to log the request

Body

application/json
id
string
required
type
enum<string>
required
Available options:
CARD,
CARD_HIERARCHY_GROUP

Response

Successful operation