Member
Delete a Member
Getting Started
Person
Business
Documents Person
Document Business
Member
Accounts
Contacts
Send
- GETList all Intrabank Push
- POSTSend an Intrabank Push
- GETGet an Intrabank Push
- PATCHUpdate an Intrabank Push
- GETList all ACH Push
- POSTSend an ACH Push
- GETGet an ACH Push
- PATCHUpdate an ACH Push
- GETList all Wire Sent
- POSTSend an Wire Transfer
- GETGet an Wire Transfer
- PATCHUpdate an Wire Transfer
- GETList all Check Sent
- POSTSend an Check
- GETGet an Check Sent
- PATCHUpdate an Check Sent
Receive
Cards
Webhooks
Program
Help Desk
Member
Delete a Member
Delete a Member
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
}
Path Parameters
Body
application/json · any
The body is of type any
.
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
}