DELETE
/
v1
/
packages
/
{id}
Delete a Package
curl --request DELETE \
  --url http://127.0.0.1:4002/v1/packages/{id} \
  --header 'Content-Type: <content-type>' \
  --header 'X-Organization-Id: <x-organization-id>'

Headers

Authorization
string

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

Content-Type
string
required

The request content type.

X-Organization-Id
string
required

The unique identifier of the Organization associated with the request.

X-lerian-Id
string

The unique identifier of Lerian's client.

Path Parameters

id
string
required

Unique identifier of the package that you want to delete.

Response

204

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