Delete
Delete soft-deletes an AuthZEN server and cascades its minted entitlement stack. Evaluation and search 404 immediately; discovery is static URL templating and deliberately never reads the database, so it keeps answering for any well-formed path.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.
Body
AuthzenServerServiceDeleteRequest deletes the AuthZEN server for an app.
Response
AuthzenServerServiceDeleteResponse confirms deletion. The server's entitlement stack cascade-deletes; a replacement server mints an all-new stack.
AuthzenServerServiceDeleteResponse confirms deletion. The server's entitlement stack cascade-deletes; a replacement server mints an all-new stack.