Delete an API keyAsk AIdelete https://api-cert.payconex.net/api/v4/accounts/{accountId}/api-keys/{resourceId}Delete a single API key Endpoint to delete an API key. Required Scopes The API Key calling this endpoint must have one of the following scopes: pcx:api_key:* pcx:api_key:delete Path ParamsaccountIdstringrequiredNumeric ID of the accountresourceIdstringrequiredlength ≤ 40The alphanumeric reference for the specific objectResponses 204Successful operation 400Bad Request 401The authorization provided was invalid 403The authorization provided is not allowed to perform this operation 404The requested resource cannot be found 422There was a problem validating your request 500An unexpected error occurred on the server, preventing the request from being processed successfully. defaultErrorUpdated over 1 year ago