Skip to main content
Permanently delete a draft event from the sandbox environment. This action cannot be undone.

Path Parameters

draft_event_id
number
required
The unique identifier of the draft event to delete

Response Format

{
  "success": true,
  "message": "Draft event deleted successfully",
  "draft_event_id": 456
}

Notes

  • Deleted draft events cannot be recovered
  • Any associated RFPs or quotes will also be removed
  • This endpoint is only available in sandbox mode