Skip to main content
DELETE
Remove an org API key's project role grant

Authorizations

__Host-omnara_session
string
cookie
required

Browser session cookie. HTTPS deployments use __Host-omnara_session; local HTTP development uses omnara_session.

X-Omnara-Csrf
string
header
required

CSRF token header required for browser-session mutations. The value must match the session's CSRF cookie.

Path Parameters

orgID
string
required
Pattern: ^org_[a-z2-7]{26}$
keyID
string
required
Pattern: ^oak_[a-z2-7]{26}$
projectID
string
required
Pattern: ^proj_[a-z2-7]{26}$

Response

Project role grant removed.