hosting

DELETE /v1/sites/{siteId}/transfer

Withdraw this site's pending transfer offer.

అన్ని hosting ఎండ్‌పాయింట్లు

అన్ని డెవలపర్ డాక్స్

ప్రమాణీకరణ

బీయర్ టోకెన్‌గా API కీని పంపండి. కీ తప్పనిసరిగా sites.view అనుమతిని కలిగి ఉండాలి; అది లేని కీని 404 కాకుండా 403తో తిరస్కరిస్తారు.

ఈ ఎండ్‌పాయింట్ ఎలాంటి సంస్థ ఐడీని తీసుకోదు. మీ కీ ఇప్పటికే అది ఏ సంస్థకు చెందుతుందో గుర్తిస్తుంది మరియు ప్రతిస్పందన దానికే పరిమితం చేయబడుతుంది.

ప్రయత్నించండి

కోణీయ బ్రాకెట్‌లలో ఉన్న దేన్నైనా మీ స్వంత విలువలతో భర్తీ చేయండి, మరియు కీ ప్లేస్‌హోల్డర్‌ను మీ డాష్‌బోర్డ్ నుండి తీసుకున్న కీతో భర్తీ చేయండి.

curl -X DELETE https://api.zinndigital.com/v1/sites/{siteId}/transfer \
  -H "Authorization: Bearer zdk_live_…"

సైన్ ఇన్ చేశారా? మీ డ్యాష్‌బోర్డ్‌లోని API కాన్సోల్ మీ అసలైన సంస్థ ID మరియు మీ స్వంత కీని నింపుతుంది, అలాగే మీరు అసలైన ప్రతిస్పందనను చూడటానికి లైవ్ API ద్వారా ఆభ్యర్థనను రన్ చేస్తుంది. ఈ ఎండ్‌పాయింట్‌ను API కన్సోల్‌లో తెరిచండి

వివరాలు

The sender takes the offer back. Takes no body and returns the offer, which will read cancelled. ⛔ DELETE on the offer, not POST …/cancel — the resource being removed is the pending offer, and giving the undo its own noun means no request body can turn a withdrawal into something else by being slightly wrong. 404 when there is no pending offer. Requires sites.view and sites.transfer.

పారామీటర్లు

పేరురకంకావలసినదిఇది ఏమిటి
siteId (path)UuidఅవునుSite ID (UUIDv7).

స్పందన

పేరురకంకావలసినదిఇది ఏమిటి
idUuidఅవునుUUIDv7 identifier — sortable by creation time (docs/02 §8).
site_idUuidఅవునుUUIDv7 identifier — sortable by creation time (docs/02 §8).
site_namestringకాదుThe site's name as it was when the offer was made. Snapshotted onto the offer, not read live: while a transfer is pending the site still belongs to the sender, and reading it live…
primary_domainstringకాదుThe site's domain as it was when the offer was made. Snapshotted, as above.
directionstring<incoming, outgoing>అవునుFrom this caller's point of view. Computed per request, never stored — the same row is outgoing to one party and incoming to the other.
statusstring<pending, accepted, declined, cancelled, expired, failed>అవునుFive terminal states rather than one, because why an offer ended is what support is actually asked. failed means it was accepted and could not complete; nothing moved.
include_domainbooleanఅవునుWhether the domain, its DNS and its mail travel with the site.
recipient_emailstringకాదుOnly populated for the sender. To the receiver it is their own address and carries no information; to anyone else it would be a third party's email address in a row two…
messagestringకాదు
expires_atstringఅవునుAn unaccepted offer expires fourteen days after it is made.
term_ends_atstringకాదు
renewal_amount_minorintegerకాదు
renewal_currencystringకాదు
created_atstringఅవును
decided_atstringకాదు
failure_reasonstringకాదుWhy a failed transfer could not complete. Empty otherwise.

ఈ ఎండ్‌పాయింట్ తిరిగి ఇవ్వగల లోపాలు

401 · 403 · 404 · 409 · 429