Delete a single usage summary task
DELETE/api/v1/reports/usage-jobs/{usageJobId}
This API deletes an existing usage summary task identified by the provided usageJobId.
When the task is successfully deleted, it will no longer send any usage summary requests.
If the specified usageJobId does not exist, an error message will be returned.
Notes
- Make sure the usageJobId is correct before calling this API.
- Deleting a task is irreversible.
Request
Responses
- 204
- 400
- 500
No Content
Bad Request
Internal Server Error