Skip to main content
DELETE
/
events
/
{event}
/
products
/
{eventProduct}
Remover produto do evento
curl --request DELETE \
  --url http://localhost/api/v1/events/{event}/products/{eventProduct} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "message": "<string>",
  "details": {}
}

Authorizations

Authorization
string
header
required

API key do hub com escopo manage. Header: Authorization: Bearer <api_key>.

Path Parameters

event
string
required
eventProduct
integer
required

Response

No content