Skip to main content
Delete Job Family Profile Data for a Job Family
curl --request DELETE \
  --url https://{tenant_name}.{region}.techwolf.ai/job_architecture/job_families/{job_family_external_id}/profile_data/{job_family_profile_data_external_id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Path Parameters

job_family_external_id
string<uuid>
required
Required string length: 1 - 100
Example:
job_family_profile_data_external_id
string<uuid>
required
Required string length: 1 - 100
Example:

Response