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