Delete application secret
Delete a secret for the application by name.
DELETE
/api/applications/{id}/secrets/{name}
curl \
--request DELETE 'https://[tenant_id].logto.app/api/applications/{id}/secrets/{name}' \
--header "Authorization: Bearer $ACCESS_TOKEN"