Skip to main content
DELETE
/
v1
/
packages
/
{id}
Delete a Package
curl --request DELETE \
  --url https://fees.sandbox.lerian.net/v1/packages/{id} \
  --header 'Content-Type: <content-type>' \
  --header 'X-Organization-Id: <x-organization-id>'

Headers

Authorization
string

The authorization token in the 'Bearer ' format.

Important: This header is required if your environment has Access Manager enabled. For more information, refer to the Access Manager documentation.

Content-Type
string
required

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

Example:

"application/json"

X-Organization-Id
string
required

The unique identifier of the Organization associated with the request.

Example:

"019c96a0-0a98-7287-9a31-786e0809c769"

Path Parameters

id
string
required

Unique identifier of the package that you want to update.

Example:

"019c96a0-10ce-75fc-a273-dc799079a99c"

Response

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