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 }
"{{sd-api-key}}"
"{{sd-person-id}}"
The body is of type any.
any
The response is of type object.
object