PeopleForce
GuidesAPI reference
List all skills GETCreate a skill POSTDelete a skill DELETE
Skills

Delete a skill

DELETE
/api/public/v2/skills/{id}

Path Parameters

id*integer

Response Body

application/json

curl -X DELETE "https://example.com/api/public/v2/skills/0"
Empty

Create a skill POST

Previous Page

List all tasks GET

Next Page