Deleting a record
Delete a single record from the API
Delete an existing record with the API
Specifying the Record ID for Deletion
mutation {
deleteUser(id: 123) {
id
firstName
lastName
email
}
}Requesting Return Fields After Deletion
Conclusion
Last updated
Was this helpful?

