Brad Bishop | 234df5f | 2016-11-10 08:40:58 -0500 | [diff] [blame] | 1 | description: > |
| 2 | Implement to provide object removal. |
| 3 | methods: |
| 4 | - name: Delete |
| 5 | description: > |
| 6 | Delete the object implementing Delete. |
Deepak Kodihalli | 45c9ed0 | 2018-09-30 05:46:38 -0500 | [diff] [blame] | 7 | errors: |
Patrick Williams | 8da396c | 2022-03-14 14:21:02 -0500 | [diff] [blame] | 8 | - xyz.openbmc_project.Common.Error.InternalFailure |
| 9 | - xyz.openbmc_project.Common.Error.NotAllowed |
| 10 | - xyz.openbmc_project.Common.Error.Unavailable |
Ramesh Iyyar | 6326b04 | 2022-03-21 05:28:23 -0500 | [diff] [blame] | 11 | - xyz.openbmc_project.Common.Error.InsufficientPermission |