cURL
curl --request DELETE \ --url https://api.example.com/organization/secrets/{secret_id} \ --cookie fastapiusersauth=
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Delete an organization secret by ID.
Successful Response
Was this page helpful?