Description |
---|
This API call deactivates a custom scheme for use with a project. |
URL: /PoolParty/api/projects/{project}/deactivateCustomScheme
application/x-www-form-urlencoded
Supported Methods |
---|
POST |
Variable | Description |
---|---|
{project} | Value of a project ID. |
Parameter | Description | Type | Required |
---|---|---|---|
schemaUri | URI(s) of Custom Scheme | Array of IRI | true |
JSON representation of an IRI object.
Attribute | Type | Required | Comment |
---|---|---|---|
uri | String | true | The string value of the URI. URIs must contain a colon ':' and must not contain any whitespaces. |
{
"uri" : "https://semantic-web.com/api/uri#19743"
}
Content-Type: text/plain
Status: 200 - OK