Delete Endpoint -DeleteSettingById
Deletes setting with the provided id.
HTTP Request
One of the following requests should be made:
Path parameters
| Name | Description |
| key | required. Id of setting that should be deleted. |
Query parameters
| Name | Description |
| repository | optional. Destination repository key. |
| 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. | |