Skip to main content

DeleteSupportingDocumentPayload

No description

union DeleteSupportingDocumentPayload = DeleteSupportingDocumentSuccessPayload | ForbiddenRejection | InternalErrorRejection | SupportingDocumentCollectionNotFoundRejection | SupportingDocumentCollectionStatusDoesNotAllowDeletionRejection | SupportingDocumentNotFoundRejection | SupportingDocumentStatusDoesNotAllowDeletionRejection | ValidationRejection

Possible types

DeleteSupportingDocumentPayload.DeleteSupportingDocumentSuccessPayload object

DeleteSupportingDocumentPayload.ForbiddenRejection object

DeleteSupportingDocumentPayload.InternalErrorRejection object

Rejection returned on unexpected server error

DeleteSupportingDocumentPayload.SupportingDocumentCollectionNotFoundRejection object

Rejection returned if the supporting document collection was not found

DeleteSupportingDocumentPayload.SupportingDocumentCollectionStatusDoesNotAllowDeletionRejection object

Rejection returned if supporting document cannot be deleted because its supporting document collection status is not WaitingForDocument

DeleteSupportingDocumentPayload.SupportingDocumentNotFoundRejection object

Rejection returned if the supporting document was not found

DeleteSupportingDocumentPayload.SupportingDocumentStatusDoesNotAllowDeletionRejection object

Rejection returned if supporting document cannot be deleted because of its status

DeleteSupportingDocumentPayload.ValidationRejection object

Rejection returned if an input contains invalid data

Returned by

deleteSupportingDocument mutation