collection.deleteCollection
Deletes the specified collection. Please note that you only have access to your own collections.
Last updated
Deletes the specified collection. Please note that you only have access to your own collections.
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"
}