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