Clean up integration app customer data
This endpoint cleans up all data related to an integration app customer based on the provided payload.
post/cleanup-integration-app-customer
Request body
Example request
{
"user_id": "user-123"
}Response
Customer data cleaned up successfully
Example response
{
"message": "Int App customer cleaned up successfully!",
"id": "user-123"
}