Skip to main content
DELETE
/
v1
/
custom-assets
/
{custom_asset_id}
Delete Custom Asset
curl --request DELETE \
  --url https://api.rivermarkets.com/v1/custom-assets/{custom_asset_id} \
  --header 'x-api-key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

x-api-key
string
header
required

API key for programmatic access. Generate one at app.rivermarkets.com under Settings → API Keys.

Path Parameters

custom_asset_id
string<uuid>
required

Response

Successful Response