curl --request DELETE \
--url https://api.openworklabs.com/v1/plugins/{pluginId}/access/{grantId}{
"error": "<string>",
"details": [
{
"message": "<string>",
"path": [
"<string>"
]
}
]
}Soft-revokes one plugin access grant.
curl --request DELETE \
--url https://api.openworklabs.com/v1/plugins/{pluginId}/access/{grantId}{
"error": "<string>",
"details": [
{
"message": "<string>",
"path": [
"<string>"
]
}
]
}Den TypeID with 'plg_' prefix and a 26-character base32 suffix.
30^plg_.*Den TypeID with 'pag_' prefix and a 26-character base32 suffix.
30^pag_.*Plugin access revoked successfully.
Was this page helpful?