v1
latestOpenAPI 3.0.02026-08-0645062.8 KBClean 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"
}