Actions34
- Сборочные Задания Actions
- Метаданные Actions
- Поставки FBS Actions
- Post Supplies
- Get Supplies
- Patch Supplies Orders By Supplyid By Orderid
- Get Supplies By Supplyid
- Delete Supplies By Supplyid
- Get Supplies Orders By Supplyid
- Patch Supplies Deliver By Supplyid
- Get Supplies Barcode By Supplyid
- Get Supplies Trbx By Supplyid
- Post Supplies Trbx By Supplyid
- Delete Supplies Trbx By Supplyid
- Patch Supplies Trbx By Supplyid By Trbxid
- Delete Supplies Trbx Orders By Supplyid By Trbxid By Orderid
- Post Supplies Trbx Stickers By Supplyid
- Пропуска Actions
- Доставка Курьером WB DBW Actions
Overview
This node is designed to delete a specific pass by its unique identifier (Pass Id). It is useful in scenarios where you need to remove access passes or permissions from a system, such as revoking entry rights or invalidating previously issued passes. For example, if a user’s access pass is lost or needs to be deactivated, this node can be used to delete that pass by specifying its ID.
Properties
| Name | Meaning |
|---|---|
| Pass Id | The unique numeric identifier of the pass to be deleted. |
Output
The node outputs JSON data representing the result of the deletion operation. Typically, this would include confirmation of successful deletion or details about any errors encountered. The exact structure depends on the API response but generally confirms whether the pass was removed.
No binary data output is expected from this operation.
Dependencies
- Requires an API key credential for authentication with the external service managing passes.
- Depends on a configured base URL and headers for making HTTP requests to the API.
- Uses an OpenAPI specification internally to define request properties and endpoints.
Troubleshooting
Common issues:
- Providing an invalid or non-existent Pass Id will likely result in an error indicating the pass could not be found.
- Missing or incorrect API credentials will cause authentication failures.
- Network connectivity problems may prevent the node from reaching the API endpoint.
Error messages:
- "Pass not found" or similar indicates the specified Pass Id does not exist.
- Authentication errors suggest checking the API key or token configuration.
- Timeout or connection errors require verifying network access and API availability.
Links and References
- Refer to the external API documentation for detailed information on pass management and deletion endpoints.
- Consult n8n documentation on setting up API credentials and using HTTP request nodes for further customization.