Delete Shared Link
Operation name
Delete Shared Link
Function overview
In Box, deletes the shared link to the content (file or folder) specified in the input data.
For details on API specifications used by this component, refer to the Box API reference at the following URLs:
-
https://developer.box.com/reference/put-files-id--remove-shared-link/
-
https://developer.box.com/reference/put-folders-id--remove-shared-link/
Data model
The data model of this component is XML type.
Properties
For details on use of variables, refer to Variables.
Basic settings
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
---|---|---|---|---|
Name |
Required |
Not available |
Enter a name that is used on the script canvas. |
|
Input data |
Required |
Not available |
Select a component on the script canvas. |
|
Required settings
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
---|---|---|---|---|
Destination |
Required |
Not available |
Select a connection resource.
|
|
Advanced settings
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
---|---|---|---|---|
Retrieval method for user information |
Required |
Not available |
Specify a method to retrieve information for a user specified for login in the input schema.
|
When there are many managed users on Box, if you specify All, it takes time to retrieve the user information. As a result, the processing time becomes longer. In this case, if the number of users specified in the input data is small, you can reduce the processing time by selecting By user. |
Specification method for Box content |
Required |
Not available |
Select a method to specify Box content.
|
|
Comment
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
---|---|---|---|---|
Comment |
Optional |
Not available |
You can write a short description of this connector. |
|
Input schema
The number and names of attributes differ depending on the settings for Specification method for Box content.
<?xml version="1.0" encoding="UTF-8" ?> <requests> <request login="" box_content_path="" box_content_id="" box_content_type=""/> : </requests>
Element name |
Attribute name |
Description |
Required/Optional |
Remarks |
---|---|---|---|---|
requests |
|
Repeats for the amount of content to delete. |
|
|
request |
login |
Enter the email address that the user uses to log in. |
Required |
|
box_content_path |
Enter the path to the content to delete. |
Required |
Note
|
|
box_content_id |
Enter the ID of the content to delete. |
Required |
Note
|
|
box_content_type |
Enter the type of the content to delete (file or folder).
|
Required |
Note
|
Output schema
The number and names of attributes differ depending on the settings for Specification method for Box content.
<?xml version="1.0" encoding="UTF-8" ??> <responses?> <response result="" status_code="" error_code="" message="" request_id="" /?> <request login="" box_content_path="" box_content_id="" box_content_type=""/?> </response?> : </responses?>
Element name |
Attribute name |
Description |
Remarks |
---|---|---|---|
responses |
|
|
|
response |
|
Repeats for the number of processed input items. |
|
result |
When request execution succeeds, "succeeded" is output. When input is invalid, "skipped" is output. When request execution results in an error, "failed" is output. |
|
|
status_code |
If the result is "failed", an HTTP status code is output from Box. |
|
|
error_code |
If the result is "failed", an error code that identifies the error contents is output. |
|
|
message |
If the result is "skipped" or "failed", an error message is output. |
|
|
request_id |
If the result is "failed", the ID that uniquely distinguishes the request relative to Box is output. |
|
|
request |
|
Represents a processed input item. |
|
login |
login of the processed input item is output. |
|
|
box_content_path |
box_content_path of the processed input item is output. |
Note
|
|
box_content_id |
box_content_id of the processed input item is output. |
Note
|
|
box_content_type |
box_content_type of the processed input item is output. |
Note
|
Loading schema in Mapper
The schema is loaded automatically.
For details, refer to Edit Schema.
Mass data processing
Mass data processing isn't supported.
Transaction
Transaction isn't supported.
Parallel Stream Processing
PSP isn't supported.
Available component variables
Component variable name |
Description |
Remarks |
---|---|---|
succeeded_count |
The number of input items that were processed successfully is stored. |
|
failed_count |
The number of input items that failed in the processing is stored. |
|
skipped_count |
The number of input items that were skipped in the processing is stored. |
|
message_category |
When an error occurs, the category of the message code corresponding to the error is stored. |
|
message_code |
When an error occurs, the code of the message code corresponding to the error is stored. |
|
message_level |
When an error occurs, the severity of the message code corresponding to the error is stored. |
|
error_type |
When an error occurs, the error type is stored. |
|
error_message |
When an error occurs, the error message is stored. |
|
error_trace |
When an error occurs, the trace information for the error is stored. |
|
Message codes, exception messages, and limitations
Connector |
Message code |
Exception message |
Limitations |
---|---|---|---|
Messages and limitations of the Box connector |