StarterTemplate ASP.NET Host

<back to all web services

RequestLinkedItemDelete

Linked items service

The following routes are available for this service:
DELETE/service/api/v1/projects/{ProjectId}/{EntityCode}/{EntityId}/linkeditems/{Id}Deletes the link by IdThe authenticating user must have the Update privilege for the entity (Defects, Tests and so on) that contains the link.
Parameters:
NameParameterData TypeRequiredDescription
IdpathstringYesThe ID of the link you need to delete
EntityCodepathstringYesThe type of the item that has the linked item
EntityIdpathintYesThe ID of the item that has the linked item
ProjectIdpathintYesThe ID of the project that contains the item

To override the Content-type in your clients HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /jsv/oneway/RequestLinkedItemDelete HTTP/1.1 
Host: rest.qacomplete.smartbear.com 
Content-Type: text/jsv
Content-Length: length

{
	id: 0,
	entity_code: String,
	entity_id: 0,
	project_id: 0
}