Feature Pack 7

Delete a specific payment instruction

The following example shows how to delete a specific payment instruction. In the example, there is no request body or response body. The customer makes the delete call with the payment instruction ID path parameter specified and the expected response is a 200 OK response code, which indicates that the request has succeeded.

Request


DELETE /wcs/resources/store/10101/cart/@self/payment_instruction/15502 HTTP/1.1
Host: testserver.mycompany.com
Content-Type: application/json

Response


HTTP/1.1 200 OK
Content-Type: application/json