INPUT_OBJECT

DeleteCsrInput

Description

Input required for deleting a certificate signing request (CSR).

link GraphQL Schema definition

  • input DeleteCsrInput {
  • # FIDs of the CSRs to delete.
  • csrFids: [UUID!]!
  • }

link Require by