DELETE
/
v1
/
packages
/
{id}
Delete a Package
curl --request DELETE \
  --url https://fees.sandbox.midaz.io/v1/packages/{id} \
  --header 'Content-Type: <content-type>' \
  --header 'X-Organization-Id: <x-organization-id>'
This response does not have an example.

Headers

Authorization
string

The authorization token. This header is required if your environment has the Acces Manager plugin enabled.

Content-Type
string
required

The type of media of the resource. Must be application/json.

X-Organization-Id
string
required

The unique identifier of the Organization associated with the request.

Path Parameters

id
string
required

Unique identifier of the package that you want to update.

Response

If the request is successful, you will receive an empty response.