Connectors
Revoke connector instance access
Soft-revokes one connector instance access grant.
delete/v1/connector-instances/{connectorInstanceId}/access/{grantId}
Path parameters
connectorInstanceIdstring typeid required
Den TypeID with 'cin_' prefix and a 26-character base32 suffix.
grantIdstring typeid required
Den TypeID with 'cia_' prefix and a 26-character base32 suffix.
Response
Connector instance access revoked successfully.
Changes
Changed in 1 of the 27 revisions of this API.2
- ○
removed the pattern
^cia_.*from thepathrequest parametergrantIdrequest-parameter-pattern-removed
- ○
removed the pattern
^cin_.*from thepathrequest parameterconnectorInstanceIdrequest-parameter-pattern-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○