Unpublish an entry

POST https://{{base_url}}/v3/content_types/{{content_type_uid}}/entries/{{entry_uid}}/unpublish

The Unpublish an entry call will unpublish an entry at once, and also, gives you the provision to unpublish an entry automatically at a later date/time.

To use the API Request, you will need to authenticate yourself either with a Management Token (highly recommended) or an Authtoken. 
Read more about it in Authentication.


For more information, refer to the Unpublish an entry API Reference document

Request Body

{"entry"=>{"environments"=>["development"], "locales"=>["en-us"]}, "locale"=>"en-us", "version"=>1, "scheduled_at"=>"2019-02-14T18:30:00.000Z"}

HEADERS

KeyDatatypeRequiredDescription
api_keystring
authtokenstring
authorizationstringFor this call we recommend you to use management token.
Content-Typestring
branchstringEnter your branch unique ID.