Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
secret deleted
Delete a specific secret by id
curl --request DELETE \
--url https://api.rootly.com/v1/secrets/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "1c97bdd6-1cf9-40b1-ac8c-695fd9fde26f",
"type": "secrets",
"attributes": {
"kind": "built_in",
"name": "mhjrvyvxjf",
"secret": "[REDACTED]",
"hashicorp_vault_mount": "secret",
"hashicorp_vault_path": null,
"hashicorp_vault_version": 0,
"created_at": "2025-10-07T10:12:21.922-07:00",
"updated_at": "2025-10-07T10:12:24.904-07:00"
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
secret deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/secrets/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "1c97bdd6-1cf9-40b1-ac8c-695fd9fde26f",
"type": "secrets",
"attributes": {
"kind": "built_in",
"name": "mhjrvyvxjf",
"secret": "[REDACTED]",
"hashicorp_vault_mount": "secret",
"hashicorp_vault_path": null,
"hashicorp_vault_version": 0,
"created_at": "2025-10-07T10:12:21.922-07:00",
"updated_at": "2025-10-07T10:12:24.904-07:00"
}
}
}