Skip to content

DELETE request missing body? #187

Description

@david-slay

From the Redfish Specification, section 7.12, it demonstrates the following DELETE request:

DELETE /redfish/v1/Systems/1/Storage/SATAEmbedded/Volumes/2 HTTP/1.1
Content-Type: application/json;charset=utf-8
Content-Length: <computed length>
OData-Version: 4.0
{
"@Redfish.OperationApplyTime": "OnReset"
}

According to this library, DELETE does not support the body parameter in order to send a JSON request body such as this.

Is it possible for this library to do DELETE requests such as this one, which may have a body?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions