curl --request DELETE \
--url https://qa-api.sbx.solidfi.com/v1/member/{memberId} \
--header 'Content-Type: application/json' \
--data '""'
{
"id": "mem-1ff3ffb9-acf3-49b0-a326-9e66ffe1fe69",
"isDeleted": true
}
Delete a Member
curl --request DELETE \
--url https://qa-api.sbx.solidfi.com/v1/member/{memberId} \
--header 'Content-Type: application/json' \
--data '""'
{
"id": "mem-1ff3ffb9-acf3-49b0-a326-9e66ffe1fe69",
"isDeleted": true
}
The body is of type any
.
Delete a Member
The response is of type object
.