curl --request DELETE \
--url https://api.arize.com/v2/resource-restrictions/{resource_id} \
--header 'Authorization: Bearer <token>'{
"status": 400,
"title": "Invalid request parameters",
"detail": "The 'name' field is required and must be a non-empty string.",
"instance": "/resource",
"type": "https://example.com/probs/invalid-request"
}Remove restriction from a resource. Removing a restriction from a resource means that roles bound at other levels of the hierarchy (space, org, account) can grant access to the resource. Returns 404 if the resource is not restricted.
curl --request DELETE \
--url https://api.arize.com/v2/resource-restrictions/{resource_id} \
--header 'Authorization: Bearer <token>'{
"status": 400,
"title": "Invalid request parameters",
"detail": "The 'name' field is required and must be a non-empty string.",
"instance": "/resource",
"type": "https://example.com/probs/invalid-request"
}Documentation Index
Fetch the complete documentation index at: https://arize-ax.mintlify.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Most Arize AI endpoints require authentication. For those endpoints that require authentication, include your API key in the request header using the format
The unique identifier of the resource A universally unique identifier
"RW50aXR5OjEyMzQ1"
Resource restriction deleted
Was this page helpful?
Suggestions