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"
}

Changes

Changed in 2 of the 8 revisions of this API.11