Skip to main content

Delete Specific Platform

Delete a specific platform by its ID.

Endpoint:

DELETE /deletePlatform?id=<id>

Headers:

Authorization: Bearer JWT token.

Query Parameters:

id: The unique identifier of the platform.

Request:

curl -X DELETE 'http://localhost:9000/deletePlatform?id=64145ebaedd163d59d52e1dc' \
-H "Authorization: Bearer <jwt_token>"

Response:

{
"deletePlatformResult.DeletedCount": 1
}