If true, delete the directory even if it is referenced
paths
string[]
Yes
—
The path of the folder to be deleted
recursive
boolean
No
—
If true, delete the directory and all descendants
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "force": { "type": "boolean", "description": "If true, delete the directory even if it is referenced" }, "paths": { "type": "array", "items": { "type": "string" }, "description": "The path of the folder to be deleted" }, "recursive": { "type": "boolean", "description": "If true, delete the directory and all descendants" } }, "required": [ "PCID", "paths" ]}
If true, delete the directory even if it is referenced
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "folderId": { "type": "string", "description": "ID of the folder to access" }, "recursive": { "type": "boolean", "description": "If true, delete the directory and all descendants" }, "force": { "type": "boolean", "description": "If true, delete the directory even if it is referenced" } }, "required": [ "PCID", "folderId" ]}
Path of the folder from which to list the children.
limit
integer
No
—
For a paginated request, this parameter defines the maximum number of items to retrieve.
cursor
string
No
—
When the number of results for a request exceeds the allowed limit, the response will include a cursor. That value can then be sent via this parameter on a subsequent request to retrieve the next set of items.
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "path": { "type": "string", "description": "Path of the folder from which to list the children." }, "limit": { "type": "integer", "description": "For a paginated request, this parameter defines the maximum number of items to retrieve." }, "cursor": { "type": "string", "description": "When the number of results for a request exceeds the allowed limit, the response will include a `cursor`. That value can then be sent via this parameter on a subsequent request to retrieve the next set of items." } }, "required": [ "PCID" ]}
List folders under the specified folder IDParameters:
Parameter
Type
Required
Default
Description
folderId
string
Yes
—
ID of the folder to access
limit
integer
No
—
For a paginated request, this parameter defines the maximum number of items to retrieve.
cursor
string
No
—
When the number of results for a request exceeds the allowed limit, the response will include a cursor. That value can then be sent via this parameter on a subsequent request to retrieve the next set of items.
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "folderId": { "type": "string", "description": "ID of the folder to access" }, "limit": { "type": "integer", "description": "For a paginated request, this parameter defines the maximum number of items to retrieve." }, "cursor": { "type": "string", "description": "When the number of results for a request exceeds the allowed limit, the response will include a `cursor`. That value can then be sent via this parameter on a subsequent request to retrieve the next set of items." } }, "required": [ "PCID", "folderId" ]}