DELETE
/v1/debug/bundle/file/{filename}
curl \
--request DELETE 'http://localhost:9644/v1/debug/bundle/file/debug-bundle-123e4567-e89b-12d3-a456-426614174000.zip'
Response examples (401)
{
"code": 42,
"message": "string"
}
Response examples (403)
{
"code": 42,
"message": "string"
}
Response examples (404)
{
"code": 42,
"message": "string"
}
Response examples (409)
{
"code": 42,
"message": "string"
}
Response examples (500)
{
"code": 42,
"message": "string"
}