DeleteOrganizationScopedAttachmentInput
InputAutogenerated input type of DeleteOrganizationScopedAttachment
mutation { organization(id: $organizationId) { deleteOrganizationScopedAttachment } }
Example
mutation DeleteOrganizationScopedAttachment(
$organizationId: ID!
$input: DeleteOrganizationScopedAttachmentInput!
) {
organization(id: $organizationId) {
deleteOrganizationScopedAttachment(input: $input) {
errors
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| id | ID! | — |
| mutationMetadata | JSON | — |
| recordId | ID! | — |
| recordType | OrganizationScopedAttachmentRecord! | — |