Authorization
Authorization
RequiredBearer <token>< Project ID >:< Management Key > as bearer
In: header
Request Body
application/json
RequiredrelationDefinition
objectnamespace
stringoldName
stringOld name if we are renaming the relation definition
schemaName
stringoptional upgrade to the schema name
OK
Was this helpful?
Delete an authz namespace POST
### Delete a namespace Delete an authz namespace and remove all related relations. ### Endpoint Authentication Use authorization bearer header with the following format: `Authorization: Bearer <ProjectId:ManagementKey>`
Delete an authz relation definition POST
### Delete a relation definition Delete an authz relation definition for your project. ### Endpoint Authentication Use authorization bearer header with the following format: `Authorization: Bearer <ProjectId:ManagementKey>`