Skip to main content

deleteDebt

Delete a single debt

GraphQL Schema

extend type mutation {
"""Delete a single debt"""
deleteDebt(input: DeleteDebtInput): DeleteDebtPayload
}

Arguments

NameTypeDescription
input[DeleteDebtInput](/04-reference/05-Input Objects/DeleteDebtInput.mdx)

Response Shape

This mutation returns DeleteDebtPayload

NameTypeDescription
successBoolean!Whether the mutation was successful
errorErrorTypeError information