Delete Support Bundle

JFrog REST APIs

Content Type
REST API
ft:sourceType
Paligo

Description: Deletes a support bundle.

Since: 1.6

Security: Admin only

Usage: DELETE /api/v1/system/support/bundle/bundle_id

Request headers: N/A

Consumes: N/A

cURL Example

$ curl -X DELETE -u user:password "http://ARTIFACTORY_SERVER_HOSTNAME:8082/distribution/api/v1/system/support/bundle/bundle_id"

Response status codes:

204 - Successfully delete support bundle

404 - Support bundle not found

Response headers: N/A

response.json

204 No Content