cURL
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.
Revert all customers migration that don’t have new transactions
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Customer migration reverted