Skip to main content
DELETE
/
artists
/
wallets
Disconnect a Social Wallet
curl --request DELETE \
  --url https://inprocess.world/api/artists/wallets \
  --header 'Content-Type: application/json' \
  --data '
{
  "social_wallet": "<string>"
}
'
{
  "success": true
}

Body

application/json
social_wallet
string
required

The social wallet address to disconnect

Response

Successful response

success
boolean
required

Indicates whether the operation was successful