Skip to main content
DELETE
/
fulfillmentPlans
/
{sellerId}
/
{planWhenId}
Delete fulfillment plan
curl --request DELETE \
  --url https://api.quivo.co/fulfillmentPlans/{sellerId}/{planWhenId}
This response has no body data.

Path Parameters

sellerId
integer<int64>
required

The unique identifier for the seller account. This ID is used to scope operations to a specific seller's data and resources.

planWhenId
integer<int64>
required

The unique identifier for a fulfillment plan configuration.

Response

Bad request - the request payload is invalid, missing required fields, or contains invalid data.