Waiting for engine...
Skip to main content

listingEntryDelete

Deletes the specified listing Entry, also deletes the associated category, if any, for this listing entry. Specify the internal ID and type of the listing entry to be deleted.

The listingEntryDelete mutation accepts the following input:

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 {
listingEntryDelete(input: {
type: CONNECTOR,
internalID: "amazons3rest"})
{
internalID
type
}
}

listingEntryDelete(
input: ListingEntryInput
): ListingEntry

Arguments

listingEntryDelete.input ● ListingEntryInput input platform

Type

ListingEntry object platform

On this Page