curl --request DELETE \
--url https://api.klipy.ai/api/v1/people/{personId} \
--header 'X-Klipy-Api-Key: <api-key>'{
"object": "error",
"error": {
"code": "AUTH_MISSING_CREDENTIALS",
"message": "<string>",
"details": [
{
"path": "<string>",
"message": "<string>",
"code": "<string>"
}
]
},
"meta": {
"request_id": "req_abc123",
"api_version": "1",
"timestamp": "2023-11-07T05:31:56Z"
}
}curl --request DELETE \
--url https://api.klipy.ai/api/v1/people/{personId} \
--header 'X-Klipy-Api-Key: <api-key>'{
"object": "error",
"error": {
"code": "AUTH_MISSING_CREDENTIALS",
"message": "<string>",
"details": [
{
"path": "<string>",
"message": "<string>",
"code": "<string>"
}
]
},
"meta": {
"request_id": "req_abc123",
"api_version": "1",
"timestamp": "2023-11-07T05:31:56Z"
}
}Was this page helpful?