Data Removing

POST https://api.pxserv.net/database/removeData

This endpoint allows to remove data to the PxServ project database

Headers

Key
Value

Content-Type

application/json

apikey

Project API Key

Accept-Language

tr | en

Body

Key
Type
Description

key

string

Data key

Response

{
  "status": 200,
  "message": "OK",
  "data": {}
}

Last updated

Was this helpful?