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