SenseCrypt Docs
API ReferenceAdmin Oidc Apps

Delete Oidc App

DELETE/v1/admin/oidc-apps/{client_id}

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Path Parameters

client_id*Client Id

Response Body

application/json

curl -X DELETE "https://example.com/v1/admin/oidc-apps/string"
Empty
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string",      "input": null,      "ctx": {}    }  ]}