Delete Previous Application Secret
DELETE {{apiPath}}/environments/{{envID}}/applications/{{appID}}/secret
To delete an application's previous secret, you need to specify the environment ID and the application ID. The DELETE /environments/{{envID}}/applications/{{appID}}/secret
operation deletes the previous application secret.
For successful delete operations, a 204 NO CONTENT
message is returned by the request.