v1

latestOpenAPI 3.0.02026-08-0645062.8 KB

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

user_idstring

Example request

{
  "user_id": "user-123"
}

Response

Customer data cleaned up successfully

messagestring
idstring

Example response

{
  "message": "Int App customer cleaned up successfully!",
  "id": "user-123"
}