As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
Linda86413656
Check this out:
POST /rpc/kid_-xxxxx/remove-collection
Authorization: master auth
X-Kinvey-API-Version: 3
X-Kinvey-Delete-Entire-Collection: true
{"collectionName”:”your_collection"}
================
Here is the response received on success:
HTTP/1.1 200 SUCCESS
{
"count": 1
}
Hopefully this helps!
Thanks,
Pranav
Kinvey Support
- Oldest First
- Popular
- Newest First
Sorted by Oldest FirstCaroline
Bharat Parmar
Would you please help me for the same.
POST /appdata/kid_bJHTqpoZMW/remove-collection
Authorization: Basic MASTER_AUTHORIZATION
X-Kinvey-API-Version: 2
X-Kinvey-Delete-Entire-Collection: true
{"collectionName":"PaymentHistory"}
================
HTTP/1.1 201 SUCCESS
Wed May 04 2016 15:20:54 GMT+0530 (India Standard Time)
Content-Type: application/json
Location: https://baas.kinvey.com/appdata/kid_bJHTqpoZMW/remove-collection/5729c5fcbc6e1d187c241a51
X-Kinvey-API-Version: 2
X-Kinvey-Request-Id: 75b227c144c74e9f9a9717ee37c04387
X-Powered-By: Express
{
"collectionName": "PaymentHistory",
"_acl": {
"creator": "kid_bJHTqpoZMW"
},
"_kmd": {
"lmt": "2016-05-04T09:50:52.699Z",
"ect": "2016-05-04T09:50:52.699Z"
},
"_id": "5729c5fcbc6e1d187c241a51"
}
Pranav J
Check this out:
POST /rpc/kid_-xxxxx/remove-collection
Authorization: master auth
X-Kinvey-API-Version: 3
X-Kinvey-Delete-Entire-Collection: true
{"collectionName”:”your_collection"}
================
Here is the response received on success:
HTTP/1.1 200 SUCCESS
{
"count": 1
}
Hopefully this helps!
Thanks,
Pranav
Kinvey Support
-
Why am I getting "SignatureDoesNotMatch" error when uploading a file?
-
Why am I getting an "IncompleteRequestBody" error when sending a DELETE request?
-
Is there a default sort order to collections fetched without an explicit sort query?
-
Is it possible to set ACLs on all users so that only administrators can query for users (without dis
-
Flex SDK
-
Query Bug in Backend?
-
Can analytics data be retrieved via Java SDK or REST?
-
Accesing REST API from a server without a user?
-
What json is required to assign a user group either read/write?
-
LDAP Authorization
See all 120 topics