Skip to main content

Don't have an API key yet?

Sign-up to Moralis to get your free API key and start building today.

Get Your Free API Key

Delete stream

DELETEhttps://api.moralis-streams.com/streams/evm/:id

Delete a specific evm stream.

PATH PARAMS
idstringrequired
The id of the stream to delete
Responses
200Ok
400Bad Request
404Not Found
429Too Many Requests
500Internal Server Error
API KEY
curl --request DELETE \
--url 'https://api.moralis-streams.com/streams/evm/%3Aid' \
--header 'accept: application/json' \
--header 'X-API-Key: YOUR_API_KEY'
Response Example
{
"webhookUrl": "",
"description": "",
"tag": "",
"topic0": [
""
],
"allAddresses": "",
"includeNativeTxs": "",
"includeContractLogs": "",
"includeInternalTxs": "",
"includeAllTxLogs": "",
"getNativeBalances": [
{
"selectors": [
""
],
"type": ""
}
],
"abi": "",
"advancedOptions": "",
"chainIds": [
""
],
"filterPossibleSpamAddresses": "",
"demo": "",
"triggers": [
{
"type": "",
"contractAddress": "",
"inputs": [
""
],
"topic0": "",
"callFrom": ""
}
],
"id": "",
"statusMessage": "",
"updatedAt": "",
"amountOfAddresses": ""
}