deleteDebt
Delete a single debt
GraphQL Schema
extend type mutation {
"""Delete a single debt"""
deleteDebt(input: DeleteDebtInput): DeleteDebtPayload
}
Arguments
| Name | Type | Description |
|---|---|---|
| input | [DeleteDebtInput](/04-reference/05-Input Objects/DeleteDebtInput.mdx) |
Response Shape
This mutation returns DeleteDebtPayload
| Name | Type | Description |
|---|---|---|
| success | Boolean! | Whether the mutation was successful |
| error | ErrorType | Error information |