Subscription Information
This feature is supported on the Self-Hosted platform, with a Pro, Pro X, Enterprise X, or Enterprise+ license.
Description: Deletes the current logger debug level configuration and restores the previous settings. Use this request when you want to return to the previous settings before they expire automatically. If you want to make changes to a POST request that is still running, run this DELETE request first and then issue a new POST request.
Note
This request propagates to all nodes in HA environments.
Since: 7.77.0
Security: Requires an admin user
Usage: DELETE /artifactory/api/system/debug/loggers
Content-Type: application/json
Sample Usage:
curl -uadmin:password -H "Content-Type: application/json" -X DELETE https://<Artifactory_URL>/artifactory/api/system/debug/loggers
Sample Response:
Logger levels were reset to default settings successfully
Status Codes:
Code | Description |
---|---|
200 | Deleted |
401 | Bad Credentials |
403 | Permission Denied |