"revoked". Revoked providers remain visible in the registry for audit purposes but cannot register new agents or have their agents invoked through the gateway.
Request
Path parameters
The identifier of the provider to revoke.
Body parameters
Optional human-readable explanation for the revocation. Stored in the provider record and audit log.
Response
Returns the updatedProviderRecord with status set to "revoked".
Protocol schema version. Currently
1.The provider identifier.
The DID that was associated with this provider.
Human-readable display name, if set.
Always
"revoked" after a successful call.ISO 8601 timestamp of original registration.
ISO 8601 timestamp of when the provider was revoked.
The reason supplied in the request, if any.
Status codes
| Code | Meaning |
|---|---|
200 OK | Provider revoked successfully. Returns the updated ProviderRecord. |
404 Not Found | No provider with the given provider_id exists. |