PATCH
/v3/education/delete
Delete the specific process from the server.
Only completed processes can be deleted. All of the process results and information will be deleted.
Add this HTTP header to your request: You need to login with a user and api key in order to access this method.
Authorization: Bearer <Your-Login-Token>
Not sure how to generate your login token? Read here .
Request
Body Parameters
Name
Description
id
REQUIREDString array Example:
Example: [ "Your-scan-id-1", "Your-scan-id-2" ]
Request Example
RAW
cURL
Python
C#
Node.js
PHP
PATCH
https://api.copyleaks.com/v3/education/delete
Headers
Body
Response
Codes
Status Code
Description
Example
200
If an error occurred, see error description under the failures
section.
{ "failures": [ { "id": "string", "description-font": "string" } ] }
400
{ "id": [ "The id is required." ] }
401

Do you have a technical question?
Use stackoverflow.com to get help from our development team and other Copyleaks users.