Skip to main content
PUT
/
custom-attestation-types
/
{org}
/
{custom_attestation_type_name}
/
archive
Archive custom attestation type
curl --request PUT \
  --url https://app.kosli.com/api/v2/custom-attestation-types/{org}/{custom_attestation_type_name}/archive \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

custom_attestation_type_name
string
required
org
string
required

Response

200 - application/json

Successful Response

Last modified on April 7, 2026