Waiting for engine...
Skip to main content

listingEntryCategoryDissociation

Removes the association between a listing entry and category. Specify the internal ID and type of the listing entry. Also, specify the category ID of the category that the listing entry association is to be removed.

The listingEntryCategoryDissociation mutation accepts the following input:

categoryID Type internalID

All the fields are required. If the fields are not specified, an exception is thrown.

An example of the request is as follows:

  mutation {
listingEntryCategoryDissociation(input: {
categoryID: "9f7fa19a-0d01-628a-c5af-b4cbe006d32f",
type: CONNECTOR,
internalID: "peachtreesdk"
}) {
categoryID
internalID
type
}
}

listingEntryCategoryDissociation(
input: ListingEntryCategoryInput
): ListingEntryCategory

Arguments

listingEntryCategoryDissociation.input ● ListingEntryCategoryInput input platform

Type

ListingEntryCategory object platform

On this Page