Skip to content

Reactivate a soft-deleted customer by ID

Request

Flips a soft-deleted customer back to ACTIVE. Idempotent: calling on an already-active customer is a no-op.

Security
oauth2ClientCredentials(Required scopes: customers:write)
Path
idstringrequired

Customer MongoDB ObjectId

Example:64f4205154a6357a7f85f656
Headers
business_idstringrequired

Business identifier for the request

curl -i -X PATCH \
  https://developer.boyahq.com/_mock/v2/openapi/customers/64f4205154a6357a7f85f656/reactivate \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'business_id: string'

Responses

Customer reactivated successfully