Delete Attachments

delete

/iam/governance/selfservice/api/v1/requests/{reqid}/attachments

Deletes attachments associated with the request. The attachments to be deleted are to be mentioned as part of the payload.

Request

Supported Media Types
Path Parameters
Body ()
Deletes attachments.
Root Schema : BulkReqDeleteAttachments
Type: object
Show Source
Nested Schema : tasks
Type: array
Show Source
Nested Schema : DeleteReqAttachment
Type: object
Show Source
Nested Schema : attachments
Type: array
Show Source
Nested Schema : DeleteAttachments
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

Successful
Headers
Body ()
Root Schema : BulkResDeleteAttachments
Type: object
Show Source
Nested Schema : tasks
Type: array
Show Source
Nested Schema : DeleteResAttachment
Type: object
Show Source
Nested Schema : attachments
Type: array
Show Source
Nested Schema : DeleteAttachmentsStatus
Type: object
Show Source

401 Response

Unauthorized

403 Response

Forbidden

500 Response

Internal Server Error

Default Response

Unexpected error
Back to Top