Secrets /
Unlink addon from project secret
Deprecated
This endpoint is deprecated and will be removed in the future. Please avoid making requests to this endpoint.
Unlinks an addon from the project secret.
Path parameters
projectId
string requiredID of the projectsecretId
string requiredID of the project 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": {}
}