Revoke connection
GET {{baseUrl}}/vault/revoke/:service_id/:application_id?state=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjb25zdW1lcl9pZCI6InRlc3RfdXNlcl9pZCIsInVuaWZpZWRfYXBpIjoiZGVmYXVsdCIsInNlcnZpY2VfaWQiOiJ0ZWFtbGVhZGVyIiwiYXBwbGljYXRpb25faWQiOiIxMTExIiwiaWF0IjoxNjIyMTI2Nzg3fQ.97_pn1UAXc7mctXBdr15czUNO1jjdQ9sJUOIE_Myzbk&redirect_uri=http://example.com/integrations
In most cases the authorize link is provided in the /connections
endpoint. Normally you don't need to manually generate these links.
Use this endpoint to revoke an existing OAuth connector.
Auth links will have a state parameter included to verify the validity of the request. This is the url your users will use to activate OAuth supported integration providers.
Vault handles the complete revoke flow for you and will redirect you to the dynamic redirect uri you have appended to the url.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
state | string | (Required) An opaque value the applications adds to the initial request that the authorization server includes when redirecting the back to the application. This value must be used by the application to prevent CSRF attacks. | |
redirect_uri | string | (Required) The redirect uri to redirect to after the revoke flow is completed. | |
cursor | null | ||
resource_id | null |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |