Delete an inbound address
DELETE
/v1/email/inbound-addresses/{inbound_address_id}
bird email inbound-addresses delete <inbound-address-id> --yescurl -X DELETE "https://us1.platform.bird.com/v1/email/inbound-addresses/{inbound_address_id}" \
-H "Authorization: Bearer $TOKEN"Deletes an inbound address. Mail forwarded to the address after deletion is no longer received. Previously received messages are unaffected.
Parameters
inbound_address_id
string
Inbound address identifier. Starts with ina_.
Related resources
Continue with the documentation, guides and examples for this topic. Resources are in English.
Watch the guideGetting started with emailExplore the capabilityEmailFollow the learning pathBuild your first integrationImplementation guideSend your first email
Try the practice and get an implementation brief