documentTemplateComponentDelete

Graphql fields and variables for the documentTemplateComponentDelete mutation

Delete a document template component

Scope required: billing:write

mutation documentTemplateComponentDelete ($id: ID!) {
  documentTemplateComponentDelete (id: $id) {
      documentTemplateComponent {
        alignment
        background
        color
        content
        createdAt
        documentTemplateId
        font
        fontSize
        fontWeight
        height
        id
        imageScale
        imageSignedId
        imageUrl
        lineSpacing
        marginBottom
        marginLeft
        marginRight
        marginTop
        paddingBottom
        paddingLeft
        paddingRight
        paddingTop
        position
        skipPages
        twoColumns
        updatedAt
        width
      }
      errors
  }
}

Arguments

{
  "id": "456123"
}
Name
Type
Description

id

ID

Response

Name
Type
Description

documentTemplateComponent

errors

String

Last updated

Was this helpful?