DELETE
/
v1
/
member
/
{memberId}
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
}

Headers

sd-api-key
string
Example:

"{{sd-api-key}}"

sd-person-id
string
Example:

"{{sd-person-id}}"

Path Parameters

memberId
string
required

Body

application/json · any

The body is of type any.

Response

200 - application/json
Delete a Member
id
string
Example:

"mem-1ff3ffb9-acf3-49b0-a326-9e66ffe1fe69"

isDeleted
boolean
Example:

true