Skip to content

Commit df17292

Browse files
authored
Update record.py
1 parent b2587fc commit df17292

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

examples/dns/record.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,8 @@
1717
proxied=True
1818
)
1919

20-
# print(record)
20+
# clean up after we're done
21+
client.dns.records.delete(
22+
zone_id=zone_id,
23+
dns_record_id=record['id']
24+
)

0 commit comments

Comments
 (0)