AddressBookService
Delete Address Book Entry
Delete one address-book entry from the selected address book. Interactive callers with enrolled MFA need recent assurance; API keys need MANAGE_ADDRESS_BOOK.
Method
DELETE
Path
/v1/auth/address-book-entries/{address_book_entry_id}
Visibility
Authentication
Session token or API key
MFA Requirement
DELETE
/v1/auth/address-book-entries/{address_book_entry_id} Request
Testnet
curl --request DELETE \ \ --url 'https://api.testnet.polyester.com/v1/auth/address-book-entries/1' \ --header 'Accept: */*' \ --header 'X-API-KEY-ID: YOUR_API_KEY_ID' \ --header 'X-API-TIMESTAMP: YOUR_API_TIMESTAMP' \ --header 'X-API-SIGNATURE: YOUR_API_SIGNATURE'
Responses
{} address_book_entry_id string (int64)
Address-book entry id to delete.
| Key | Status | Error | When |
|---|---|---|---|
| unauthenticated | 401 | Unauthenticated | Authentication required. |
| permission-denied | 403 | Permission Denied | Permission denied. |
| invalid-argument | 400 | Invalid Argument | Invalid argument. |
| not-found | 404 | Not Found | Not found. |
| unavailable | 503 | Unavailable | Service unavailable. |