Skip to main content
DELETE
/
partners
/
{id}
Archive partner
curl --request DELETE \
  --url https://api.agentic.scope3.com/api/v2/partner/partners/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

API key or access token

Path Parameters

id
string
required

Unique identifier for the partner

Minimum string length: 1
Example:

"12345"

Response

No content