Skip to main content

Delete address list entry

DELETE 

/address_list_entries/address_list_entry

Delete an address list entry.

Scopes

  • address_lists

OAuth2 Scopes

When using OAuth2 authentication, scopes are prefixed with api.katapult.io/core/v1/.

Request

Body

    address_list_entry

    object

    required

    id string

Responses

Delete an address list entry.

Schema

    address_list_entry

    object

    required

    id string
    address string

    Address or network.

    name string

    Optional name/comment.

Loading...