Zuplo · Arazzo Workflow
Zuplo Deactivate a Consumer's API Key
Version 1.0.0
List a consumer's keys, find one, and delete it to revoke access.
Provider
Workflows
deactivate-consumer-key
Find a consumer's API key and delete it.
Lists the consumer's keys, branches when at least one key is present, and deletes that key to revoke it.
1
listKeys
ApiKeyKeysService_list
List the consumer's API keys to find a key to revoke.
2
deleteKey
ApiKeyKeysService_delete
Delete the located API key to revoke the credential.