URL | DELETE {{basepath}}/contact/:id |
---|---|
Category | REPP-Contact |
:id | MET_1k7060d6488298550d79 |
---|
DELETE {{basepath}}/contact/:id
status | new | The status to look for : available,unavailable,new,delete |
---|---|---|
start | 0 | Where to start from |
limit | 10 | How many to retrieve min 1 max 50 |
domainname | asdfghjkl.io | The domainname to look for |
:id | MET_1k7060d6488298550d79 |
---|
200 OK
{
"responseId": "mapi1_715bbf2570c6e6031decc9ef053aa36203f58d2d",
"status": "ok",
"message": "Command completed successfully"
}
DELETE {{basepath}}/contact/:id
status | new | The status to look for : available,unavailable,new,delete |
---|---|---|
start | 0 | Where to start from |
limit | 10 | How many to retrieve min 1 max 50 |
domainname | asdfghjkl.io | The domainname to look for |
:id | MET_1k7060d648828c9ba3fa |
---|
404 Not Found
{
"responseId": "mapi1_0f636b36305c2dd7d790c4809997a94cb70737b9",
"status": "error",
"errorCode": "epp-2303",
"errorMessage": "Object does not exist; The contact with handle MET_1k7060d64882886900b3 does not exist in your account"
}
DELETE {{basepath}}/contact/:id
status | new | The status to look for : available,unavailable,new,delete |
---|---|---|
start | 0 | Where to start from |
limit | 10 | How many to retrieve min 1 max 50 |
domainname | asdfghjkl.io | The domainname to look for |
:id | MET_1k7060d648828c9ba3fa |
---|
409 Conflict
{
"responseId": "mapi1_2bedd049eeeb3b129ee3e6d3d27c517c37041e08",
"status": "error",
"errorCode": "epp-2305",
"errorMessage": "Object association prohibits operation; The contact with handle MET_1k7060d648828c9ba3fa is still used"
}