cURL
curl --request DELETE \ --url https://sandbox.api.withgale.com/v1/v1/products/{product_id} \ --header 'Authorization: Bearer <token>'
{ "message": "Success" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The response is of type object.
object