Skip to main content

Delete a Collection

DELETE 

/games/:game-id/collections/:collection-id

Delete a collection for a game. Successful request will return 204 No Content.

NOTE: You can perform a soft delete or a permanent delete by specifying the permanent boolean parameter in the request body.

Request

Responses

Successful Request. No Body Returned.