DELETE
/
v2
/
markets
/
{marketId}
Delete a market
curl --request DELETE \
  --url https://rest.forestreet.com/v2/markets/{marketId} \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

Pass a static API key for every request, provided by your customer support.

Path Parameters

marketId
integer
required

ID of the market to delete.

Required range: x > 0

Response

200 - application/json

Delete a market in collection response

The response is of type object.