Delete application

DELETE /api/applications/{id}

Delete application by ID.

Path parameters

  • id string Required

    The unique identifier of the application.

Responses

  • The application was deleted successfully.

  • Bad Request

  • Unauthorized

  • Forbidden

  • The application with the specified ID was not found.

  • Unprocessable Content

DELETE /api/applications/{id}
curl \
 --request DELETE https://[tenant_id].logto.app/api/applications/{id} \
 --header "Authorization: Bearer $ACCESS_TOKEN"