DELETE
/
api
/
v1
/
tenants
/
{tenant_id}
/
secrets
/
{secret_id}
This response does not have an example.

Delete a secret by its ID for a specific tenant.

  • Method: DELETE
  • Path: /api/v1/tenants/{tenant_id}/secrets/{secret_id}

Path Parameters

  • tenant_id (integer, required): The ID of the tenant
  • secret_id (integer, required): The ID of the secret

Response

Returns a 204 No Content response on success.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

tenant_id
integer
required
secret_id
integer
required

Response

204

Successful Response