Skip to main content

SupportingDocumentStatusDoesNotAllowDeletionRejection

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

type SupportingDocumentStatusDoesNotAllowDeletionRejection implements Rejection {
supportingDocument: SupportingDocument!
status: SupportingDocumentStatus!
message: String!
}

Fields

SupportingDocumentStatusDoesNotAllowDeletionRejection.supportingDocument ● SupportingDocument! non-null object

SupportingDocumentStatusDoesNotAllowDeletionRejection.status ● SupportingDocumentStatus! non-null enum

SupportingDocumentStatusDoesNotAllowDeletionRejection.message ● String! non-null scalar

Interfaces

Rejection interface

Implemented By

DeleteSupportingDocumentPayload union