Secrets /
Unlink addon from secret group
Unlinks an addon from the secret group.
Path parameters
projectId
string requiredID of the projectsecretId
string requiredID of the secretaddonId
string requiredID of the addon
Response body
- {object}Response object.
data
{object} requiredResult data.
API
CLI
JS Client
DELETE /v1/projects/{projectId}/secrets/{secretId}/addons/{addonId}
Example response
200 OK
The operation was performed successfully.
JSON
{
"data": {}
}