MLH-Sprint-2 / MailSafe-api

The Django RestFul API for Mail Safe application
MIT License
1 stars 0 forks source link

Delete request #17

Closed LucasLobo closed 3 years ago

LucasLobo commented 3 years ago

It should be possible to delete an alias with the following URL:

/api/v1/alias/{domain.com}/{aliasId}

sachsom95 commented 3 years ago

Basic implementation added