Item
Delete a specific Item within a specific Space.
post/api/v1/deleteItem/{spaceId}/{itemId}
Path parameters
spaceIdstring required
Example:EeQKVCfV0tsoQwmeE0nA
The ID of the space where the item is located. Must be a non-empty string.
itemIdstring required
Example:0p15DJTXOl5kQPhTUiv3
The ID of the item to delete. Must be a non-empty string.
Response
No Content
Changes
No recorded changes to this endpoint across all 3 revisions of this API.