Delete a file
DELETE
/resources/files/{spaceKey}/{fileKey}
Parameters
Path Parameters
spaceKey*
Must be a non-empty string containing a-z, 0-9, period or underscore.
Type
Requiredstring
fileKey*
The key of the file. Can include forward slash to simulate a path. Each segment of the path must be a non-empty string containing a-z, 0-9, period or underscore. A segment of "." or ".." is not allowed.
Type
Requiredstring
Responses
OK
DELETE
/resources/files/{spaceKey}/{fileKey}