Delete application

DELETE /api/applications/{id}

Delete application by ID.

Path parameters

  • id string Required

    The unique identifier of the application.

Responses

  • 204

    The application was deleted successfully.

  • 400

    Bad Request

  • 401

    Unauthorized

  • 403

    Forbidden

  • 404

    The application with the specified ID was not found.

  • 422

    Unprocessable Content

DELETE /api/applications/{id}
curl \
 -X DELETE https://[tenant_id].logto.app/api/applications/{id}