EXAMPLE
We will know more about the API through the example below:
Request
I will call API to Delete the User_ID = 1975:
Code Block |
---|
curl \
-H "X-Auth-Token: eyaskjksadkasd9.9123kjsadhkj123jhasdjajsjsdhKS.IH5uHASSJsadnbads980asTHo9dhljM" \
-X DELETE "http://88.99.175.131:8000/v1/user/1795"
|
Response
Code Block |
---|
{
"success": true
} |
...