We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0326449 commit a6c3803Copy full SHA for a6c3803
1 file changed
gefapi/routes/api/v1/bulk_email.py
@@ -318,6 +318,7 @@ def update_bulk_email(bulk_email_id):
318
return jsonify({"data": _serialize_bulk_email(c)}), 202
319
320
321
+@endpoints.route("/bulk-email/<bulk_email_id>", methods=["DELETE"])
322
@jwt_required()
323
def delete_bulk_email(bulk_email_id):
324
"""Delete a draft bulk email."""
0 commit comments