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.
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>"
}Was this page helpful?