Files
developer.sailpoint.com/static/api-specs/idn/beta/paths/reports-cancel.yaml
2023-07-24 15:52:57 +00:00

33 lines
770 B
YAML

post:
tags:
- Reports Data Extraction
description: >-
Cancels a running report.
operationId: cancelReport
summary: "Cancel Report"
security:
- oauth2: [sp:report:delete]
parameters:
- name: id
in: path
description: ID of the running Report to cancel
required: true
style: simple
explode: false
schema:
type: string
example: 'a1ed223247144cc29d23c632624b4767'
responses:
'204':
$ref: '../../v3/responses/204.yaml'
'400':
$ref: '../../v3/responses/400.yaml'
'401':
$ref: '../../v3/responses/401.yaml'
'403':
$ref: '../../v3/responses/403.yaml'
'429':
$ref: '../../v3/responses/429.yaml'
'500':
$ref: '../../v3/responses/500.yaml'