cURL
curl --request DELETE \ --url https://rawugc.com/api/v1/products/{productId} \ --header 'Authorization: Bearer <token>'
{ "type": "<string>", "title": "<string>", "status": 123, "detail": "<string>", "instance": "<string>", "errors": {} }
Use your API key from the RawUGC dashboard. Include as: Authorization: Bearer YOUR_API_KEY
Deleted
Was this page helpful?