Delete application secret

DELETE /api/applications/{id}/secrets/{name}

Delete a secret for the application by name.

Path parameters

  • id string Required

    The unique identifier of the application.

  • name string Required

    The name of the secret.

Responses

DELETE /api/applications/{id}/secrets/{name}
curl \
 -X DELETE https://[tenant_id].logto.app/api/applications/{id}/secrets/{name} \
 -H "Authorization: Bearer $ACCESS_TOKEN"