Update tainacan-api.md

This commit is contained in:
Weryques 2018-01-08 08:08:03 -02:00 committed by GitHub
parent 441d337f26
commit 97344cbce8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -154,3 +154,10 @@ A REST API for Tainacan Plugin. This API uses the Wordpress REST API.
2.1. Endpoints supported:
2.1.1 GET (Fetch a taxonomy)
2.1.2 DELETE (Delete or trash a taxonomy)
```
To delete pass in body of requisition the parameter is_permanently as true.
To only trash pass false.
```