cURL
curl --request DELETE \ --url https://api-v2.missioninbox.com/godaddy-keys/{id}/ \ --header 'Authorization: Basic <encoded-value>'
{ "message": "<string>" }
Delete a GoDaddy API key.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
GoDaddy API key deleted successfully