# Delete a domain key

Domain keys are not recoverable after deletion so use with care

Endpoint: DELETE /v1/dkim/keys
Version: 3.0.0
Security: basicAuth

## Query parameters:

  - `signing_domain` (string, required)
    Signing Domain

  - `selector` (string, required)
    Selector

## Response 200 fields (application/json):

  - `message` (string, required)
    Response message

## Response 400 fields (application/json):

  - `message` (string, required)
    Response message

## Response 401 fields (application/json):

  - `message` (string, required)
    Response message

## Response 404 fields (application/json):

  - `message` (string, required)
    Response message


