Documentation Index
Fetch the complete documentation index at: https://doc.withedge.co/llms.txt
Use this file to discover all available pages before exploring further.
Enable/Disable Customer
Use this endpoint to enable or disable the profile of an existing customer on the Edge platform.
Request Parameters
A unique identifier for the request, used for idempotency.
Example: e0b9f8d0-7a57-4a67-a8b2-4d7c7b5a37c9
The unique identifier of the customer whose profile is to be enabled or disabled.
Example: 7100987614
Specifies the action to be performed:
true: Enables the customer’s profile.
false: Disables the customer’s profile.
The reason for enabling or disabling the customer’s profile.
Example: Fraudulent activity detected
{
"statusCode": "00",
"message": "Customer Profile Successfully Deactivated",
"data": {},
"errors": []
}