mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 04:19:31 +00:00
33 lines
770 B
YAML
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'
|