Skip to main content
DELETE
/
v1
/
onye
/
{uid}
curl -X DELETE https://api.kwugwo.africa/v1/onye/ony.VCvr.7K2qPmRtV9xLnQ8sD1cYwHfE \
  -H "Authorization: Bearer $KWUGWO_SECRET_KEY"
{
  "uid": "ony.VCvr.7K2qPmRtV9xLnQ8sD1cYwHfE",
  "email": "ada@example.com",
  "first_name": "Adaeze",
  "last_name": "Okeke"
}

Documentation Index

Fetch the complete documentation index at: https://docs.kwugwo.africa/llms.txt

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

Removes the customer from this workspace’s active list. Any ugwos already attached to the customer keep their reference for reporting, but the customer will not appear in list or be fetchable by ID afterwards.

Path parameters

uid
string
required
Customer ID — ony.XXXX.YYYY....

Response

Returns the deleted customer (the snapshot from just before deletion).
curl -X DELETE https://api.kwugwo.africa/v1/onye/ony.VCvr.7K2qPmRtV9xLnQ8sD1cYwHfE \
  -H "Authorization: Bearer $KWUGWO_SECRET_KEY"
{
  "uid": "ony.VCvr.7K2qPmRtV9xLnQ8sD1cYwHfE",
  "email": "ada@example.com",
  "first_name": "Adaeze",
  "last_name": "Okeke"
}