v8

latestOpenAPI 3.0.2raw.githubusercontent.com2025-07-05181151306.2 KB
Hub

Delete a Hub Secret

Delete a specific secret from a hub

delete/v1/hub/{hub_id}/secrets/{secret_id}

Path parameters

hub_idstring uuid required

The UUID of the hub from which the secret will be deleted

secret_idstring uuid required

The UUID of the secret to be deleted

Response

Successfully deleted the hub secret

metadataobject
datastring

Example response

{
  "data": "Secret deleted"
}