Skip to main content
DELETE
/
organization
/
secrets
/
{secret_id}
Delete Org Secret By Id
curl --request DELETE \
  --url https://api.example.com/organization/secrets/{secret_id} \
  --cookie fastapiusersauth=
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

fastapiusersauth
string
cookie
required

Path Parameters

secret_id
string
required

Response

Successful Response