Skip to content

Configuration Delete

Ronen Nachmias edited this page Jul 11, 2017 · 4 revisions

Save Configuration

Request:

POST /configuration/delete
{
    "token":{
        "origin": <organizationid>,
	"token":  <api-key issued by the organization>
    },
    "collection":"<your collection name>",
    "key":"<your json object key>"
}

Response: Status: 200 OK

{}

Clone this wiki locally