Orders-orderId-account-attributes:DELETE
From Hostway API Documentation
Revision as of 17:02, 15 February 2013 by Mike.robski (Talk | contribs)
DELETE /orders/{orderId}/account/attributes
Remove all attributes for an account in a given order.
Contents |
Request
DELETE /orders/{orderId}/account/attributes
Request Parameters
- orderId - string
- The unique order Id. The URI of the order is returned by the POST /orders call.
URI Parameters
None.
Request Headers
- Cookie
- A cookie named OwnerId to identify the client (for most browser clients, the browser will do this automatically, depending on the browser configuration). The value of the cookie would come from the response to the create order request in the Set-Cookie response header.
Response
Status Code
- 204 No Content
- The account attributes were successfully set.
- 404 Not Found
- The specified order does not exist.
See also