Skip to main content
DELETE
/
provider
/
offers
/
{id}
Delete an offer
curl --request DELETE \
  --url https://api.offergrid.io/provider/offers/{id} \
  --header 'x-api-key: <api-key>'

Authorizations

x-api-key
string
header
required

Team API key for authentication. Your team role (provider/reseller/hybrid) determines which endpoints you can access.

Path Parameters

id
string
required

Response

Offer successfully deleted