mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 21:05:49 +03:00
[GH-ISSUE #177] Delete API endpoint #73
Labels
No labels
Documentation
Documentation
bug
enhancement
feature request
feature request
help wanted
pull-request
question
security
security
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/acme-dns#73
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pauladams8 on GitHub (Aug 30, 2019).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/177
It would be nice to have an API endpoint to delete subdomain records that are no longer required.
Example:
POST /delete@joohoi commented on GitHub (Sep 3, 2019):
I personally prefer keeping the API as small as possible, and as the accounts take so very little storage space I see no urgent need for the endpoint. That said, I'm not strictly against this, and would probably accept a PR implementing the functionality.
@pauladams8 commented on GitHub (Sep 6, 2019):
I'd be happy to implement this, but it doesn't seem like there's much demand so I'll leave it for now.
@webcompas commented on GitHub (Feb 4, 2020):
I think this would be very useful, especially if you have a lot of certificates which do the validation via acme-dns. I'll implement this and create a pull request.
@webprofusion-chrisc commented on GitHub (Feb 5, 2020):
@webcompas but why would you delete them? Do people create lots of subdomains that they don't need long term?
@webcompas commented on GitHub (Feb 5, 2020):
Yes, at least in my case there are many testing systems which partially exist only for a short time. So we would like to keep the database clean from so many unused subdomains. As this isn't a big deal to implement I don't see a reason why this feature shouldn't be added.
@webcompas commented on GitHub (Feb 10, 2020):
Please merge my pull request #209