Delete Community Discovery Job
Cancel or delete a Community Discovery job.
/api/open/v1/community-discovery/jobs/{job_id}Endpoint Overview
Cancel or delete a Community Discovery job.
Authentication
Authorization: Bearer <token>community_discovery:writePath Parameters
Community Discovery job ID.
Response
被Delete的任务 ID。
固定为 community_discovery.job.deleted。
Always true.
Common Errors
Missing or invalid Bearer token.
The current token is missing the required scope.
The current token hit a rate limit.
Request parameters do not satisfy the schema constraints.
The target resource does not exist or does not belong to the current account.