Skip to main content

Delete Fulfillment

DELETE 

/commerce/orders/:orderId/fulfillments/:fulfillmentId

Delete a fulfillment for an order for a specified user

Request

Path Parameters

    orderId stringrequired

    The order ID of the fulfillment

    fulfillmentId stringrequired

    The fulfillment ID

Query Parameters

    credentialId stringrequired

    The ID of the credential.

Header Parameters

    Authorization stringrequired

    Default value: bearer YOUR_API_KEY

Responses

200

Schema

    message string
Loading...