Delete application secret
Delete a secret for the application by name.
Path parameters
-
The unique identifier of the application.
-
The name of the secret.
DELETE /api/applications/{id}/secrets/{name}
curl \
-X DELETE https://[tenant_id].logto.app/api/applications/{id}/secrets/{name} \
-H "Authorization: Bearer $ACCESS_TOKEN"