Skip to main content
DELETE
Delete a secret
DELETE https://api-datahub.octoparse.com/v1/secrets/{name} Authentication: API key required (Authorization: Bearer <API Key>). Deletes a stored secret. Apps that still reference env.<name> fail on later runs until you restore the secret or update the app.

Request

Path parameters

string
required
Secret name.

Example request

Response

200 success

Errors

Error responses use {"error": {code, category, message, retryable}}. See Errors.

Client libraries

The Python and JavaScript SDKs do not wrap this endpoint yet. Call REST directly.