DestroyProject
This method can be used for the following: Destroy project(s) data. WARNING: This is irreversible
Parameters
Headers
DELETE /api/ss/project/destroy HTTP/1.1
Host: localhost:3000
X-SSAPI-KEY: APIKey
Content-Type: application/json
Connection: closeBody
{
"project_ids": [ "689ad06ba798a64475353712" ]
}Example
Request
Response
Last updated