The following sample shows the DELETE /{{envID}}/authenticationCodes/{{authCodeID}} operation to delete and authentication code resource.
DELETE /{{envID}}/authenticationCodes/{{authCodeID}}
When successful, the DELETE request returns a code 204 No Content message.
204 No Content