Delete MFA Push Credential
DELETE {{apiPath}}/environments/{{envID}}/applications/{{appID}}/pushCredentials/{{pushCredID}}
The sample shows the DELETE /environments/{{envID}}/applications/{{appID}}/pushCredentials/{{pushCredentialsID}}
operation to delete the push credentials specified by its ID in the request URL. The push credentials are deleted only for the application identified in the request URL.
When successful, the DELETE
request returns a code 204 No Content
message.