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