cURL
curl --request POST \ --url https://api.seminode.com/v1/listings/delete \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "ids": [ "<string>" ], "urls": [ "<string>" ] } '
{ "detail": "<string>" }
Deletes one or more listings created by the calling user’s company. If no node URLs are specified, all write-enabled nodes for the authenticated company are targeted.
Format: "Bearer <access_token>"
Listing IDs and optional node URLs
Deletion event successfully sent
Was this page helpful?