Skip to main content
DELETE
/
v2
/
partner
/
user-assignments
/
{partner_user_id}
/
{organization_id}
Delete User Assignment
curl --request DELETE \
  --url https://api.trykintsugi.com/v2/partner/user-assignments/{partner_user_id}/{organization_id} \
  --header 'X-API-KEY: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.trykintsugi.com/llms.txt

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

Authorizations

X-API-KEY
string
header
required

Headers

x-partner-id
string | null
Maximum string length: 100

Path Parameters

partner_user_id
string
required
organization_id
string
required

Response

Successful Response