SkillHub
Referenceregistries

Remove a registry grant

DELETE
/registries/{ownerHandle}/{slug}/grants/{granteeType}/{granteeHandle}

Path Parameters

ownerHandle*string
Lengthlength <= 64
slug*string
Lengthlength <= 64
granteeType*string

Value in

  • "user"
  • "org"
granteeHandle*string
Lengthlength <= 64

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/registries/string/string/grants/user/string"
{  "deleted": true}