collection.deleteCollection
Deletes the specified flipbook. Please note that you only have access to your own flipbooks.
Last updated
# GET
curl -X GET \
-G \
https://api.flipsnack.com/v1/ \
-d action=collection.deleteCollection \
-d apiKey=<YOUR-API-KEY> \
-d collectionHash=d3m0h45h \
-d signature=<YOUR-REQUEST-SIGNATURE><form method="get" action="https://api.flipsnack.com/v1/">
<input type="hidden" name="action" value="collection.deleteCollection">
<input type="hidden" name="apiKey" value="<YOUR-API-KEY>">
<input type="text" name="collectionHash">
<input type="hidden" name="signature" value="<YOUR-REQUEST-SIGNATURE>">
<button type="submit">Submit</button>
</form>{
"code": 20,
"status": "OK"
}