Skip to main content
DELETE
/
streams
/
bitcoin
/
{id}
/
xpub
/
{xpubId}
cURL
curl --request DELETE \
  --url https://api.moralis-streams.com/streams/bitcoin/{id}/xpub/{xpubId} \
  --header 'x-api-key: <api-key>'
true

Authorizations

x-api-key
string
header
required

Path Parameters

id
string<uuid>
required

Stringified UUIDv4. See RFC 4112

Pattern: [0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}
xpubId
string
required

Response

200 - application/json

Ok

The response is of type boolean.