Skip to content
StraventaDocs

Delete a setting

Permanently deletes a configuration setting by its key. Returns 204 on success.

DELETE
/api/recon/v1/settings/{key}

Permanently deletes a configuration setting by its key. Returns 204 on success.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

key*string

Response Body

application/json

application/json

curl -X DELETE "https://example.com/api/recon/v1/settings/string"
Empty
{
  "error": "unauthorized",
  "message": "Bearer token is missing or invalid",
  "request_id": "01900000-0000-7000-8000-000000000001"
}
{
  "error": "not_found",
  "message": "The requested resource was not found",
  "request_id": "01900000-0000-7000-8000-000000000001"
}

Was this page helpful?