Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AddressBooks and AddressBookItems deletion API endpoints #2148

Merged
merged 5 commits into from
Nov 21, 2024

Conversation

hectorgomezv
Copy link
Member

Summary

This PR adds the ability to delete AddressBook and AddressBookItems by adding the following endpoints to the service:

DELETE /accounts/:address/address-books/:chainId
DELETE /accounts/:address/address-books/:chainId/:addressBookItemId

Both endpoints are behind the Accounts scope and require authentication.

Changes

  • Adds DELETE routes for deleting an AddressBook.
  • Adds DELETE routes for deleting an AddressBookItem.

@hectorgomezv hectorgomezv self-assigned this Nov 21, 2024
@hectorgomezv hectorgomezv requested a review from a team as a code owner November 21, 2024 16:54
@hectorgomezv hectorgomezv changed the title Delete address book items AddressBooks and AddressBookItems deletion API endpoints Nov 21, 2024
@hectorgomezv hectorgomezv merged commit a4cc91f into main Nov 21, 2024
20 checks passed
@hectorgomezv hectorgomezv deleted the delete-address-book-items branch November 21, 2024 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant