Skip to main content
DELETE
/
contracts
/
{id}
/
fees
/
{fee_id}
Delete Fee
curl --request DELETE \
  --url https://v1.api.flux-os.com/contracts/{id}/fees/{fee_id} \
  --header 'x-api-key: <api-key>' \
  --header 'x-user-id: <api-key>'
{
  "message": "Fee successfully deleted."
}

Authorizations

x-api-key
string
header
required
x-user-id
string
header
required

Path Parameters

id
integer
required

The contract ID.

fee_id
integer
required

The fee ID.

Response

Fee successfully deleted.

message
string
Example:

"Fee successfully deleted."