listingCategoryDelete
Deletes the specified Listing category
The listingCategoryDelete mutation accepts the following input: categoryId
The categoryId field is required. If the categoryId field is omitted, an exception occurs. The specified category can be deleted only if it does not have any associated listing entries.
An example of the request is as follows:
mutation{
listingCategoryDelete(categoryId: "9f7fa19a-0d01-628a-c5af-b4cbe006d32f")
}
listingCategoryDelete(
categoryId: String!
): Boolean
Arguments
listingCategoryDelete.categoryId ● String! non-null scalar miscellaneous
Type
Boolean scalar miscellaneous
The Boolean scalar type represents true or false.
Was this topic helpful?