Secrets /
Unlink addon from secret group
Deprecated
This endpoint is deprecated and will be removed in the future. Please avoid making requests to this endpoint.
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": {}
}