cURL
curl --request DELETE \ --url https://app.getpaperjet.com/api/v1/admin/models/delete \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "id": "<string>" } '
{ "success": true }
Delete a model
Model deleted successfully
Was this page helpful?