cURL
curl --request PATCH \ --url https://idaas.yourflexpay.com/api/v1/tags/{tag}/disable \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "errorCode": "<string>", "data": {}, "errors": [ "<string>" ], "timestamp": "2023-11-07T05:31:56Z" }
Disables a tag owned by the authenticated application so it can no longer be used for new operations.
Obtain a token from POST /v1/auth/token using your client_id and client_secret, then enter Bearer <token> here.
POST /v1/auth/token
client_id
client_secret
Bearer <token>
OK