Delete Artifacts Version

Permanently deletes a version of an artifact.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
idstringRequiredformat: "id"
The ID of the artifact to delete the version for.
versionstringOptionalformat: "text"
The version of the artifact that needs to be deleted.

Response

Success.

Errors