Delete a work skill
delete
/rest/ofscMetadata/v1/workSkills/{label}
This operation deletes the specified work skill.
Request
Path Parameters
-
label(required): string
Minimum Length:
1
Maximum Length:40
The label of the work skill.
Response
Supported Media Types
- application/schema+json
- application/json
204 Response
This section describes the 204 status response for this operation.
Default Response
This section describes the default error response for this operation.
Root Schema : Error
Type:
Show Source
object
-
detail:
string
The detailed description of this error.
-
status:
string
The HTTP status code of this error.
-
title(required):
string
The brief description of this error.
-
type(required):
string
The URL of the web page containing more details about this error.
Examples
The following example shows how to delete a work skill by submitting a DELETE request on the REST resource.
Example of Request Header
The following shows an example of the request header.
DELETE /rest/ofscMetadata/v1/workSkills/NP HTTP/1.0 Host: <instance_name>.fs.ocs.oraclecloud.com Authorization: Basic c29hcEBwZXRyb2xpYXNoZXZ5Y2gucmVzdDox
Example of Response Header
The following shows an example of the response header.
HTTP/1.1 204 No Content Server: nginx/1.6.2 Date: Fri, 24 Jul 2015 08:54:08 GMT Content-Type: application/json; charset=utf-8