Management APIs
Destinations API
Delete Destination
3min
Destinations can be deleted by making an HTTP DELETE request to the /destinations/DESTINATION_ID endpoint (where DESTINATION_ID is the id of the Destination you wish to delete).
DELETE /destinations/DESTINATION_ID
In the example below we delete a Destination with id=ABCDEFG :
Rainforest API responds with a JSON object confirming that the Destination has been deleted, or detailing the error if it has not been possible to delete the Destination:
Next Steps List Destinations Update Destination
Updated 11 Aug 2024
Did this page help you?