Revoke an agent access binding
Access
Revoke an agent access binding
Delete the binding for the given (principal_type, principal_id) pair.
DELETE
Revoke an agent access binding
Authorizations
User-bound credential carrying an identity: either a session JWT
or a user access token (at:*) generated from the user settings UI.
Send as Authorization: Bearer <token>.
Org API keys (iak_*) are not accepted here - they carry
no user identity. Use the x-prismeai-api-key header instead
(see OrgApiKeyAuth).
Path Parameters
Maximum string length:
64Available options:
user, group, org Maximum string length:
32Maximum string length:
128Response
Binding deleted.
Generic delete acknowledgement.
Example:
true