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
- 204
- 400
- 403
Successful Request. No Body Returned.
Bad Request. Invalid parameters provided.
Forbidden. The authenticated user does not have permission to delete this collection.