Skip to main content
DELETE
/
v1
/
organisation
/
{id}
/
pricing
/
{pid}
/organisation/:id/pricing/:pid
curl --request DELETE \
  --url https://api.tagdeliver.com/v1/organisation/{id}/pricing/{pid} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required
pid
integer
required

Response

200 - application/json

The response is of type object.