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
Example response
{
"data": "Secret deleted"
}