This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Deletes a project item.
You can only call this method when authenticated as a Wix app or Wix user identity.
ID of the project item to delete.
Project ID.
ID of the deleted project item.
curl -X DELETE \
'https://www.wixapis.com/portfolio/v1/Items/456e7890-e89b-12d3-a456-426614174001' \
-H 'Authorization: <AUTH>' \
-H 'Content-Type: application/json'
{
"projectId": "123e4567-e89b-12d3-a456-426614174000",
"itemId": "456e7890-e89b-12d3-a456-426614174001"
}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.