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

Delete a user secret by its ID for the current user.

  • Method: DELETE
  • Path: /api/v1/user-secrets/{secret_id}

Path Parameter

  • secret_id (integer, required): The ID of the user 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

secret_id
integer
required

Response

204

Successful Response