delete - Fulfillment Module Reference
This documentation provides a reference to the delete
method. This belongs to the Fulfillment Module.
delete(ids, sharedContext?): Promise<void>
This method deletes fulfillment sets by their IDs.
Example
Parameters
ids
string[]RequiredThe IDs of the fulfillment sets.
Returns
Promise
Promise<void>RequiredResolves when the fulfillment sets are deleted successfully.
delete(id, sharedContext?): Promise<void>
This method deletes a fulfillment set by its ID.
Example
Parameters
id
stringRequiredThe ID of the fulfillment set.
Returns
Promise
Promise<void>RequiredResolves when the fulfillment set is deleted successfully.
Was this section helpful?