Skip to main content
DELETE
/
api
/
integration-sources
/
{source_id}
/
saas-associations
/
{association_id}
Delete Saas Association
curl --request DELETE \
  --url https://config.heyhumm.ai/api/integration-sources/{source_id}/saas-associations/{association_id} \
  --header 'Authorization: Bearer <token>'
{}

Documentation Index

Fetch the complete documentation index at: https://heyhumm.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

source_id
string<uuid> | null
required
association_id
string<uuid>
required

Query Parameters

organization_id
string<uuid> | null
resource_id
string<uuid> | null
integration_source_id
string<uuid> | null
data_source_id
string<uuid> | null
context_source_id
string<uuid> | null
job_id
string<uuid> | null

Response

Successful Response

The response is of type Response Delete Saas Association Api Integration Sources Source Id Saas Associations Association Id Delete · object.