I receive a list of chat identifiers using /v2/chats
endpoint.
When I try to delete a chat found in that list using the /v2/chats/{iden}
endpoint I always receive a Object not found error.
My request:
curl --header 'Access-Token: TOKEN' --request DELETE https://api.pushbullet.com/v2/chats/IDENTIFIER
The Response:
{
"error" : {
"code":"invalid_request",
"type":"invalid_request",
"message":"Object not found",
"cat":"(^人^)"},
"error_code":"invalid_request"
}
}
This occurs with any chat identifier I try to use.
The "hide" chat menu item in the app (Android) does not remove the chat either.