5.9.4. Delete keyset¶
A keyset delete command is used to delete a keyset whose status allows it to be deleted.
The keyset delete command is a delete
element in the keyset
namespace
(http://www.nic.cz/xml/epp/keyset-1.3
).
The command must be contained in the <delete>
command type.
5.9.4.1. Command element structure¶
The <keyset:delete>
element must declare the keyset
namespace
and schema and it must contain the following child element:
<keyset:id>
(1) – the keyset handle as fredcom:objIDType.
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:ietf:params:xml:ns:epp-1.0 epp-1.0.xsd">
<command>
<delete>
<keyset:delete xmlns:keyset="http://www.nic.cz/xml/epp/keyset-1.3"
xsi:schemaLocation="http://www.nic.cz/xml/epp/keyset-1.3 keyset-1.3.4.xsd">
<keyset:id>KID-MYKEYSET</keyset:id>
</keyset:delete>
</delete>
<clTRID>osnc004#17-05-05at15:44:51</clTRID>
</command>
</epp>
> delete_keyset KID-MYKEYSET
5.9.4.2. Response element structure¶
The FRED EPP server responds with a plain result message
which does not contain any response data (no <resData>
).
See also Success or failure of a command.