Skip to content

/v1/resources/{id}/feed-tokens/{tokenId}

DELETE
/v1/resources/{id}/feed-tokens/{tokenId}
curl --request DELETE \
--url http://localhost:8787/v1/resources/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/feed-tokens/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0 \
--header 'Authorization: Bearer <token>'
id
required
string format: uuid
tokenId
required
string format: uuid

Revoked — takes effect immediately, no cache to go stale.

No such feed token for this resource/tenant (or already revoked).

Media typeapplication/problem+json
object
code
required
string
Allowed values: resource_not_found feed_token_not_found connection_not_found listing_already_mapped conflict_not_found invalid_cursor already_resolved
detail
required
string
status
required
number
title
required
string
type
required
string
Example
{
"code": "resource_not_found"
}