Delete a package

View as Markdown

Deletes the package and its associated index script content. On success, this returns an HTTP 204 No Content response.

Note:

The endpoint returns an HTTP 204 No Content response even if the package no longer exists.

Authentication

x-api-keystring
API Key authentication via header

Path parameters

packageIdstringRequired
The package's ID.

Response

Package Deleted

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error