Delete user registration.
The unique ID of user.
The instance ID of registration.
No Content
const response = await fetch('http://127.0.0.1:8888/api/users/{id}/status/{instance_id}/destroy_status', { method: 'POST', headers: {}, }); const data = await response.json();