v1
latestOpenAPI 3.1.02026-07-132363652.9 MBMerchants
Revoke a client secret for a merchant
Revoke a client secret for a merchant
post/api/v1/merchants/{id}/revoke-secret
Path parameters
idstring uuid required
The unique identifier of the merchant
Example:123e4567-e89b-12d3-a456-426614174000
The unique identifier of the merchant
Response
Success
Example response
{
"success": true,
"data": {
"message": "Client secret successfully revoked"
}
}