Actions15
- Campaign Actions
- Candidate Actions
- Message Actions
- Webhook Actions
Overview
This node operation deletes a campaign in the TalentSight platform by its unique Campaign ID. It optionally allows the deletion of associated data related to the campaign. This operation is useful for managing and cleaning up campaigns that are no longer needed or relevant, helping maintain an organized campaign database. For example, a user might delete a completed marketing campaign and optionally remove all related data to free up resources.
Use Case Examples
- Deleting a campaign by specifying its Campaign ID.
- Deleting a campaign and also removing all associated data by enabling the delete associated data option.
Properties
| Name | Meaning |
|---|---|
| Campaign ID | The unique identifier of the campaign to be deleted. |
| Delete Associated Data | Boolean flag to indicate whether to delete data associated with the campaign along with the campaign itself. |
| Request Options | Additional HTTP request options such as batching, SSL certificate validation, proxy settings, and timeout configuration. |
Output
JSON
success- Indicates whether the campaign deletion was successful.message- Additional information or confirmation message about the deletion operation.
Dependencies
- Requires an API key credential for TalentSight API authentication.
Troubleshooting
- Ensure the Campaign ID is correct and exists in the TalentSight system to avoid 'not found' errors.
- If deleting associated data, verify that the user has sufficient permissions to perform this action.
- Check network connectivity and proxy settings if requests fail or time out.
- If SSL certificate validation fails, consider enabling the option to ignore SSL issues, but be aware of security risks.
Links
- TalentSight API Documentation - Official API documentation for TalentSight, useful for understanding campaign management endpoints.