Description
Delete the registered "Pixel".
HTTP Method , API endpoint
DELETE /v1/users/<username>/graphs/<graphID>/<yyyyMMdd>
Request Header
Key | Description |
---|---|
X-USER-TOKEN | [required] It is the authentication token specified at the time of user registration. |
Example
$ curl -X DELETE https://pixe.la/v1/users/a-know/graphs/test-graph/20180915 -H 'X-USER-TOKEN:thisissecret' {"message":"Success.","isSuccess":true}