Last updated 25 days ago
The workspace ID
"b4e02c85-c6d2-4b15-8885-e09671799c61"
OK
const response = await fetch('https://api.bird.com/workspaces/{workspaceId}/conversation-allowblock-rules/{allowBlockRuleId}', { method: 'DELETE', headers: {}, }); const data = await response.json();
{ "code": "ResourceNotFound", "message": "The requested resource does not exist" }