# Delete Endpoint -DeleteSettingById

Deletes setting with the provided id.

# HTTP Request

One of the following requests should be made:

DELETE /odata/settings({key})
DELETE /odata/settings/{key}

# Path parameters

Name Description
key required. Id of setting that should be deleted.

# Query parameters

Name Description
repository optional. Destination repository key.

# Request headers

Name Description
Authorization required. Bearer {token}. See authorization

# Responses

Code Description Type
200 Setting successfully deleted.
400 Data provided by request is invalid.
404 Setting with the provided key/id not found.
500 Internal server error while deleting setting.
Last updated: February 14, 2025 at 8:26 AM