cURL
curl --request DELETE \ --url https://rest.forestreet.com/v2/markets/{marketId} \ --header 'x-api-key: <api-key>'
{ "success": true, "message": "<string>" }
Delete a specific market in the collection
Pass a static API key for every request, provided by your customer support.
ID of the market to delete.
x > 0
Delete a market in collection response
The response is of type object.
object