Skip to main content
DELETE
/
flash
/
{id}
/
delete
Delete Flash Listing
curl --request DELETE \
  --url http://localhost:3000/api/flash/{id}/delete
{
  "success": true
}

Path Parameters

id
string
required

The ID of the flash listing

Response

200 - application/json

Flash listing deleted successfully

success
boolean
required

Whether the operation was successful