Permanently delete all trashed configurations

Open in ChatGPT Open in ChatGPT to ask questions about this page
Open in Claude Open in Claude to ask questions about this page
Copy as MarkdownCopy this page as markdown to use with AI assistants
View as Markdown Open this page as markdown in a new tab

Permanently deletes all configurations currently in the trash for the requesting customer. This action is irreversible.

Request URL

https://{server-hostname}:8383/dcapi/configuration/trash/empty

Scope

Configurations.DELETECopied!

Header

Authorization: d92d4xxxxxxxxxxxxx15f52

Request Parameters

- Request Headers

AcceptstringMandatory
application/emptyTrashStatus.v1+jsonapplication/emptyTrashStatus.v1+jsonCopied!

Sample Request

Curl
Java
Python
Deluge
PowerShell
Copied!
curl --request DELETE \
  --url https://appdomain/dcapi/configuration/trash/empty \
  --header 'Accept: application/emptyTrashStatus.v1+json' \
  --header 'Authorization:  d92d4xxxxxxxxxxxxx15f52'
Show full

Response Parameters

- HTTP code 200

Response Body - application/json
JSON object
Hide Sub-Attributes
statusstring

Result of the operation — Success when completed successfully

- HTTP code 401

Response Body - application/json
JSON object
Hide Sub-Attributes
errorCodelong

Unauthorized error code returned when authentication credentials are missing, expired, or invalid (authentication=required)

errorMsgstring

Authentication failure reason

Possible Response Codes

200HTTP code
401HTTP code

Sample Response: HTTP 200

All trashed configurations permanently deleted

Copied!
  {
    "status": "Success"
  }
                
Show full

Sample Response: HTTP 401

User lacks Settings_Write role

Copied!
  {
    "error_description": "Access denied - You are not allowed to access the requested resource.",
    "error_code": "UAC_UNAUTHORIZED"
  }
                
Show full

Duration: 1 minute | Threshold: 30 | Lock period: 5 minutes

Duration - Time window for the threshold.
Threshold - Number of API calls allowed within the specified duration.
Lock Period - Wait time before consecutive API requests.