Cancellation

Create a cancellation request for a member.

post

This method forwards the cancellation creation request to our backend. Returns the success status of the request against backend service. Like the other endpoints that make requests against our backend, the changes may not take effect immediately.

Path parameters
idstringRequired

The customer ID number.

Responses
post
/v2.0/storefront/members/{id}/cancellation
POST /v2.0/storefront/members/{id}/cancellation HTTP/1.1
Host: 
Accept: */*
{
  "message": "text",
  "data": {}
}

Was this helpful?