cURL
curl --request DELETE \ --url http://sandbox.mintlify.com/soon/{id} \ --header 'Authorization: Bearer <token>'
This response has no body data.
Deletes a single soon based on the ID supplied
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of soon to delete