Skip to main content
POST
Disable a currency for the tenant
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

POST /currencies/tenant//disable Cannot disable the tenant’s current default currency — set another currency as default first. Authorization:
  • Required role: admin or higher

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

code
string
required

Response

Currency disabled

success
boolean
Example:

true

message
string