To remove a cluster resource you need the respective identifier. Proceed as follows:
Run the crm command as system administrator. The
prompt changes to crm(live).
Run the following command to get a list of your resources:
crm(live)# resource statusFor example, the output can look like this (whereas myIP is the respective identifier of your resource):
myIP (ocf::IPaddr:heartbeat) ...
Delete the resource with the respective identifier (which implies a commit too):
crm(live)# configure delete YOUR_IDComit the changes:
crm(live)# configure commit