Item
Delete a specific Item within a specific Space.
POST
/
api
/
v1
/
deleteItem
/
{spaceId}
/
{itemId}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
spaceId
string
requiredThe ID of the space where the item is located. Must be a non-empty string.
itemId
string
requiredThe ID of the item to delete. Must be a non-empty string.