Clear Org Credential Assignment
Remove this organisation's runtime assignments for one resource.
Scoped to RUNTIME deliberately: a SYSTEM assignment at the same scope belongs to the resource's publisher, and a consumer clearing its own choice must not take the publisher's credential with it.
Authorization: caller must be an admin or owner.
Authorization
OAuth2AuthorizationCodeBearer AuthorizationBearer <token>
In: header
Path Parameters
org_id*Org Id
Format
uuidresource_kind*CredentialResourceKind
Value in
- "provider"
- "mcp_listing"
resource_id*Resource Id
Format
uuidQuery Parameters
verify_locally?Verify Locally
Default
trueResponse Body
application/json
curl -X DELETE "https://example.com/v1/organisations/497f6eca-6276-4993-bfeb-53cbbbba6f08/resources/provider/497f6eca-6276-4993-bfeb-53cbbbba6f08/assignment"Empty
{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}