URL | DELETE {{basepath}}/domaincheckListing/:domainname |
---|---|
Category | Domain Check Listing |
shows a listing by domainname or id of the listing
:domainname | example.com |
---|
{
"price": 133.7,
"currency": "EUR",
"provider": "dan.com",
"status": "available"
}
DELETE {{basepath}}/domaincheckListing/:domainname
:domainname | example.com |
---|
200 OK
{
"responseId": "1_fe2138e2de61c9f9b07eb3934d50b6cf60c08e4e",
"listing": {
"id": 7,
"domainname": "example.com",
"status": "unavailable",
"currency": "EUR",
"price": 133.7,
"whereToBuy": "https:\/\/dan.com\/example.com",
"created": 1648047657,
"modified": 1648047662
}
}
DELETE {{basepath}}/domaincheckListing/:domainname
{
"price": 133.7,
"currency": "EUR",
"provider": "dan.com",
"status": "available"
}
:domainname | example.com |
---|
409 Conflict
{
"responseId": "1_d8c089da7192aeba2cc8355acec584e50d8bef4c",
"status": "error",
"errorCode": "cannot_be_updated",
"errorMessage": "Sorry this listing can no longer be updated"
}