POST
/
api
/
v1
/
deleteItem
/
{spaceId}
/
{itemId}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

spaceId
string
required

The ID of the space where the item is located. Must be a non-empty string.

itemId
string
required

The ID of the item to delete. Must be a non-empty string.