Delete Sending Key
Delete a sending key from a domain.
Delete a sending key from a domain. Any applications or integrations using this key will no longer be able to authenticate. This action cannot be undone.
Scope: domains.sending_keys.delete
Path Parameters
domain_idintegerrequiredThe ID of the domain.
sending_key_idintegerrequiredThe ID of the sending key to delete.
Sample Response
200 OK
{ "data": null }