# Delete a debug bundle file **DELETE /v1/debug/bundle/file/{filename}** Delete the debug bundle file with a given filename. ## Servers - http://localhost:9644: http://localhost:9644 () ## Parameters ### Path parameters - **filename** (string) The name of the file to delete. ## Responses ### 204 OK ### 401 Unauthorized #### Body: application/json (object) - **code** (integer) The error code. - **message** (string) Error message describing what went wrong. ### 403 Forbidden #### Body: application/json (object) - **code** (integer) The error code. - **message** (string) Error message describing what went wrong. ### 404 Debug bundle file not found. #### Body: application/json (object) - **code** (integer) The error code. - **message** (string) Error message describing what went wrong. ### 409 Conflict #### Body: application/json (object) - **code** (integer) The error code. - **message** (string) Error message describing what went wrong. ### 500 Internal error #### Body: application/json (object) - **code** (integer) The error code. - **message** (string) Error message describing what went wrong. [Powered by Bump.sh](https://bump.sh)