Skip to main content
DELETE
/
v1
/
deployments
/
{deploymentId}
/
reports
/
{reportId}
Delete report
curl --request DELETE \
  --url https://{tenant}.cubecloud.dev/api/v1/deployments/{deploymentId}/reports/{reportId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Token authentication. Send Authorization: Bearer <YOUR_TOKEN>.

Path Parameters

deploymentId
number
required
reportId
number
required

Response

200 - application/json

Successful response