cURL
curl --request DELETE \ --url https://apiweb.mile.app/api/v3/plugin/{id} \ --header 'Authorization: Bearer <token>'
{ "status": true, "message": "Plugin deleted successfully", "data": { "deletedPluginId": "68aeb4b3dca6bbc8310b0eb2", "deletedAt": "2025-08-31T10:40:00.000000Z" } }
Permanently removes an add-on from your organization. Only plugins belonging to your organization can be deleted. This action cannot be undone.
Use a valid Bearer token to authenticate.
Plugin ID (MongoDB ObjectId). Must belong to your organization.
Plugin deleted successfully
Operation success status
true
Success message
"Plugin deleted successfully"
Show child attributes
ID of deleted plugin
"68aeb4b3dca6bbc8310b0eb2"
Deletion timestamp
"2025-08-31T10:40:00.000000Z"