DELETE: Remove the Game
Learn how to delete a game through REST API’s DELETE method.
We'll cover the following...
We'll cover the following...
Using the DELETE method
The final method, the deletion command, simply calls the session’s DELETE method.
Idempotency
Recall that the DELETE method should be idempotent. Therefore, applying the method twice should have the same impact as ...