cURL
curl --request DELETE \ --url https://idaas.yourflexpay.com/api/v1/federation/links/{linkId} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "errorCode": "<string>", "data": {}, "errors": [ "<string>" ], "timestamp": "2023-11-07T05:31:56Z" }
Revokes an existing federated identity link owned by the authenticated application.
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>
Federated identity link revoked