Skip to main content
DELETE
/
v1
/
config-objects
/
{configObjectId}
/
access
/
{grantId}
Revoke config object access
curl --request DELETE \
  --url https://api.openworklabs.com/v1/config-objects/{configObjectId}/access/{grantId}
{
  "error": "<string>",
  "details": [
    {
      "message": "<string>",
      "path": [
        "<string>"
      ]
    }
  ]
}

Path Parameters

configObjectId
string<typeid>
required

Den TypeID with 'cob_' prefix and a 26-character base32 suffix.

Required string length: 30
Pattern: ^cob_.*
grantId
string<typeid>
required

Den TypeID with 'coa_' prefix and a 26-character base32 suffix.

Required string length: 30
Pattern: ^coa_.*

Response

Config object access revoked successfully.