We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1bffe1 commit 248718dCopy full SHA for 248718d
reference/auth.v1.yaml
@@ -680,6 +680,22 @@ paths:
680
- sessionToken: []
681
tags:
682
- Internal
683
+ '/v1/partners/twiist/{tidepoolLinkId}':
684
+ parameters:
685
+ - schema:
686
+ type: string
687
+ name: tidepoolLinkId
688
+ in: path
689
+ required: true
690
+ delete:
691
+ summary: Unlink Twiist Account
692
+ operationId: UnlinkTwiistAccount
693
+ responses:
694
+ '200':
695
+ description: OK
696
+ description: An endpoint to unlink twiist account. The endpoint must be called with an access token issued for the Sequel service account.
697
+ tags:
698
+ - Authentication
699
components:
700
securitySchemes:
701
basicAuth:
0 commit comments