Delete¶
Delete a checkin with the given ID.
HTTP request¶
DELETE https://megamify.com/api/v1/game/:game_id/checkin/:checkin_id/
Parameters¶
| Name | Required | Type | Description | 
|---|---|---|---|
| game_id | True | int | The Game ID | 
| checkin_id | True | int | The Checkin ID | 
Headers¶
See Security section of the API Reference.
Body¶
Do not supply a request body with this method.
Response¶
Status: 200 OK
| Name | Type | Description | 
|---|---|---|
| message | string | The message |