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

Path Parameters

marketplaceId
string<typeid>
required

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

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

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

Required string length: 30
Pattern: ^mag_.*

Response

Marketplace access revoked successfully.