v1

latestOpenAPI 3.0.1MIT2026-07-26104203277.0 KB

Delete a Secret

Permanently deletes a secret from the project.

delete/v1/projects/secrets/{id}

Path parameters

idstring required
Example:ed9b5601-f731-441a-8500-d9fc7610ef8f

The ID of the secret to delete.

Response

Secret deleted successfully

successboolean
messagestring

Example response

{
  "success": true,
  "message": "success",
  "data": {
    "isDeleted": true
  }
}