Deleting a Partition
Function
This interface is used to delete a specified partition.
Syntax
Operation type: DELETE
URL: https://device_ip/redfish/v1/EdgeSystem/Partitions/partition_id
Request header:
X-Auth-Token: auth_value
Request message body: None
Parameters
Parameter |
Description |
Value |
---|---|---|
device_ip |
IP address for logging in to a device. |
An IPv4 or IPv6 address. |
partition_id |
ID of a partition resource. |
You can obtain the ID from the partition resource collection information. |
auth_value |
Authentication parameter contained in the request. |
You can obtain the value from the session created by using /redfish/v1/SessionService/Sessions. |
Usage Guidelines
None
Example
Request:
DELETE https://10.10.10.10/redfish/v1/EdgeSystem/partitions/sda1
Request header:
X-Auth-Token: 6599174c38c36838737d9749179e1ee1
Request message body: None
Response: The operation is successful if no message is returned.
Response code: 200
Output Description
None