Documentation
Tables

Delete table entry

Delete a key/value table entry for the current user.

DELETE
/api/users/@me/tables/{key}

Path Parameters

key*string

Response Body

application/json

application/json

application/json

curl -X DELETE "https://loading/api/users/@me/tables/string"
{
  "data": {
    "success": true,
    "key": "my-key"
  },
  "error": null,
  "time": 1680000000000,
  "request": "/api/endpoint"
}
{
  "data": null,
  "error": {
    "code": "NOT_FOUND",
    "message": "Resource not found.",
    "status": 404
  },
  "time": 1680000000000,
  "request": "/api/endpoint"
}
{
  "data": null,
  "error": {
    "code": "NOT_FOUND",
    "message": "Resource not found.",
    "status": 404
  },
  "time": 1680000000000,
  "request": "/api/endpoint"
}