DELETE
/
customers
/
migrate
/
revert
curl --request DELETE \
  --url https://app.masivo.ai/api/storefront/v1/customers/migrate/revert \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "start_date": "2023-11-07T05:31:56Z",
  "end_date": "2023-11-07T05:31:56Z"
}'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
start_date
string
required

The start date to filter customers

end_date
string
required

The end date to filter customers

Response

200

Customer migration reverted